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_TextInputEvent Struct Reference
Keyboard text input event structure (event.text. More...
#include <SDL_events.h>
Data Fields | |
| Uint32 | type |
| SDL_TEXTINPUT | |
| Uint32 | windowID |
| The window with keyboard focus, if any. | |
| char | text [SDL_TEXTINPUTEVENT_TEXT_SIZE] |
| The input text. | |
Detailed Description
Keyboard text input event structure (event.text.
*)
Definition at line 210 of file SDL_events.h.
Field Documentation
| char text[SDL_TEXTINPUTEVENT_TEXT_SIZE] |
The input text.
Definition at line 215 of file SDL_events.h.
Definition at line 212 of file SDL_events.h.
The window with keyboard focus, if any.
Definition at line 214 of file SDL_events.h.
Generated on Tue Jul 12 2022 13:56:26 by
1.7.2