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_KeyboardEvent Struct Reference
Keyboard button event structure (event.key. More...
#include <SDL_events.h>
Data Fields | |
| Uint32 | type |
| SDL_KEYDOWN or SDL_KEYUP | |
| Uint32 | windowID |
| The window with keyboard focus, if any. | |
| Uint8 | state |
| SDL_PRESSED or SDL_RELEASED | |
| Uint8 | repeat |
| Non-zero if this is a key repeat. | |
| SDL_Keysym | keysym |
| The key that was pressed or released. | |
Detailed Description
Keyboard button event structure (event.key.
*)
Definition at line 179 of file SDL_events.h.
Field Documentation
The key that was pressed or released.
Definition at line 188 of file SDL_events.h.
Non-zero if this is a key repeat.
Definition at line 185 of file SDL_events.h.
SDL_PRESSED or SDL_RELEASED
Definition at line 184 of file SDL_events.h.
Definition at line 181 of file SDL_events.h.
The window with keyboard focus, if any.
Definition at line 183 of file SDL_events.h.
Generated on Tue Jul 12 2022 13:56:26 by
1.7.2