Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
SDL_TextEditingEvent Struct Reference
Keyboard text editing event structure (event.edit. More...
#include <SDL_events.h>
Data Fields | |
Uint32 | type |
SDL_TEXTEDITING | |
Uint32 | windowID |
The window with keyboard focus, if any. | |
char | text [SDL_TEXTEDITINGEVENT_TEXT_SIZE] |
The editing text. | |
Sint32 | start |
The start cursor of selected editing text. | |
Sint32 | length |
The length of selected editing text. |
Detailed Description
Keyboard text editing event structure (event.edit.
*)
Definition at line 195 of file SDL_events.h.
Field Documentation
The length of selected editing text.
Definition at line 202 of file SDL_events.h.
The start cursor of selected editing text.
Definition at line 201 of file SDL_events.h.
char text[SDL_TEXTEDITINGEVENT_TEXT_SIZE] |
The editing text.
Definition at line 200 of file SDL_events.h.
Definition at line 197 of file SDL_events.h.
The window with keyboard focus, if any.
Definition at line 199 of file SDL_events.h.
Generated on Tue Jul 12 2022 13:56:26 by
