mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-01 06:44:27 +08:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -451,12 +451,12 @@ typedef enum SDL_Capitalization
|
|||||||
* is "1".
|
* is "1".
|
||||||
* - `SDL_PROP_TEXTINPUT_TITLE_STRING` - a title for the top of the on-screen
|
* - `SDL_PROP_TEXTINPUT_TITLE_STRING` - a title for the top of the on-screen
|
||||||
* keyboard window, if it has one.
|
* keyboard window, if it has one.
|
||||||
* - `SDL_PROP_TEXTINPUT_PLACEHOLDER_STRING` - the placeholder shown before the
|
* - `SDL_PROP_TEXTINPUT_PLACEHOLDER_STRING` - the placeholder shown before
|
||||||
* user starts typing, when the field is empty.
|
* the user starts typing, when the field is empty.
|
||||||
* - `SDL_PROP_TEXTINPUT_DEFAULT_TEXT_STRING` - text to prefill the text field
|
* - `SDL_PROP_TEXTINPUT_DEFAULT_TEXT_STRING` - text to prefill the text field
|
||||||
* with.
|
* with.
|
||||||
* - `SDL_PROP_TEXTINPUT_MAX_LENGTH_NUMBER` - maximum length for the text field,
|
* - `SDL_PROP_TEXTINPUT_MAX_LENGTH_NUMBER` - maximum length for the text
|
||||||
* in characters (not bytes).
|
* field, in characters (not bytes).
|
||||||
*
|
*
|
||||||
* On Android you can directly specify the input type:
|
* On Android you can directly specify the input type:
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user