SDL 3.0
|
Keyboard text input event structure (event.text.*) More...
#include <SDL_events.h>
Data Fields | |
Uint32 | type |
Uint64 | timestamp |
SDL_WindowID | windowID |
char | text [SDL_TEXTINPUTEVENT_TEXT_SIZE] |
Keyboard text input event structure (event.text.*)
Definition at line 289 of file SDL_events.h.
char SDL_TextInputEvent::text[SDL_TEXTINPUTEVENT_TEXT_SIZE] |
The input text
Definition at line 294 of file SDL_events.h.
Uint64 SDL_TextInputEvent::timestamp |
In nanoseconds, populated using SDL_GetTicksNS()
Definition at line 292 of file SDL_events.h.
Uint32 SDL_TextInputEvent::type |
Definition at line 291 of file SDL_events.h.
SDL_WindowID SDL_TextInputEvent::windowID |
The window with keyboard focus, if any
Definition at line 293 of file SDL_events.h.