Keyboard text input event structure (event.text.*)
This event will never be delivered unless text input is enabled by calling SDL_StartTextInput(). Text input is disabled by default!
\since This struct is available since SDL 3.2.0.
\sa SDL_StartTextInput \sa SDL_StopTextInput
< The input text, UTF-8 encoded
< In nanoseconds, populated using SDL_GetTicksNS()
< SDL_EVENT_TEXT_INPUT
< The window with keyboard focus, if any
See Implementation
Keyboard text input event structure (event.text.*)
This event will never be delivered unless text input is enabled by calling SDL_StartTextInput(). Text input is disabled by default!
\since This struct is available since SDL 3.2.0.
\sa SDL_StartTextInput \sa SDL_StopTextInput