My Project
|
Extended keyboard text editing event structure (event.editExt.*) when text would be truncated if stored in the text buffer SDL_TextEditingEvent. More...
#include <SDL_events.h>
Data Fields | |
Uint32 | type |
Uint32 | timestamp |
Uint32 | windowID |
char * | text |
Sint32 | start |
Sint32 | length |
Extended keyboard text editing event structure (event.editExt.*) when text would be truncated if stored in the text buffer SDL_TextEditingEvent.
Sint32 length |
The length of selected editing text
Sint32 start |
The start cursor of selected editing text
char* text |
The editing text, which should be freed with SDL_free(), and will not be NULL
Uint32 timestamp |
In milliseconds, populated using SDL_GetTicks()
Uint32 type |
Uint32 windowID |
The window with keyboard focus, if any