|
SDL3pp
A slim C++ wrapper for SDL3
|
Properties for text input to be used on StartTextInputWithProperties. More...
Variables | |
| constexpr auto | TYPE_NUMBER = SDL_PROP_TEXTINPUT_TYPE_NUMBER |
| The type of text input to be used. | |
| constexpr auto | CAPITALIZATION_NUMBER = SDL_PROP_TEXTINPUT_CAPITALIZATION_NUMBER |
| The auto-capitalization type to be used. | |
| constexpr auto | AUTOCORRECT_BOOLEAN |
| Autocorrect enabled. | |
| constexpr auto | MULTILINE_BOOLEAN |
| Multiline enabled. | |
| constexpr auto | ANDROID_INPUTTYPE_NUMBER |
| Number for android inputtype. | |
Properties for text input to be used on StartTextInputWithProperties.
|
constexpr |
Number for android inputtype.
|
constexpr |
Autocorrect enabled.
|
constexpr |
The auto-capitalization type to be used.
|
constexpr |
Multiline enabled.
|
constexpr |
The type of text input to be used.