Class SDL_Capitalization
java.lang.Object
club.doki7.sdl3.enumtype.SDL_Capitalization
Auto capitalization type.
These are the valid values for SDL_PROP_TEXTINPUT_CAPITALIZATION_NUMBER. Not every value is valid on every platform, but where a value isn't supported, a reasonable fallback will be used.
Since: This enum is available since SDL 3.2.0.
See also:
SDL_StartTextInputWithProperties
-
Field Summary
Fields -
Method Summary
-
Field Details
-
NONE
public static final int NONE- See Also:
-
SENTENCES
public static final int SENTENCES- See Also:
-
WORDS
public static final int WORDS- See Also:
-
LETTERS
public static final int LETTERS- See Also:
-
-
Method Details
-
explain
-