Skip to content

TSdlCapitalization

Auto capitalization type.

These are the valid values for TSdlProperty.TextInputCapitalization. Not every value is valid on every platform, but where a value isn't supported, a reasonable fallback will be used.

Definition

Unit: Neslib.Sdl3.Video

type TSdlCapitalization = (None, Sentences, Words, Letters)

See Also

Enumeration Values

None = SDL_CAPITALIZE_NONE

No auto-capitalization will be done


Sentences = SDL_CAPITALIZE_SENTENCES

The first letter of sentences will be capitalized


Words = SDL_CAPITALIZE_WORDS

The first letter of words will be capitalized


Letters = SDL_CAPITALIZE_LETTERS

All letters will be capitalized