DRAFT |
SDL_KeyboardEvent
A structure that contains keyboard button event structure information (event.key.*).
Contents
Data Fields
Uint8 |
type |
SDL_KEYDOWN or SDL_KEYUP |
Uint32 |
windowID |
the window with keyboard focus, if any |
Uint8 |
which |
the keyboard device index |
Uint8 |
state |
SDL_PRESSED or SDL_RELEASED |
keysym |
the key that was pressed or released |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Enumerations
Related Structures
SDL_keysym???
