SDL Wiki
(This is the documentation for SDL3, which is under heavy development and the API is changing! SDL2 is the current stable version!)

SDL_StartTextInputWithProperties

Start accepting Unicode text input events in a window, with properties describing the input.

Header File

Defined in <SDL3/SDL_keyboard.h>

Syntax

bool SDL_StartTextInputWithProperties(SDL_Window *window, SDL_PropertiesID props);

Function Parameters

SDL_Window * window the window to enable text input.
SDL_PropertiesID props the properties to use.

Return Value

(bool) Returns true on success or false on failure; call SDL_GetError() for more information.

Remarks

This function will enable text input (SDL_EVENT_TEXT_INPUT and SDL_EVENT_TEXT_EDITING events) in the specified window. Please use this function paired with SDL_StopTextInput().

Text input events are not received by default.

On some platforms using this function shows the screen keyboard.

These are the supported properties:

On Android you can directly specify the input type:

Version

This function is available since SDL 3.0.0.

See Also


CategoryAPI, CategoryAPIFunction, CategoryKeyboard


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.