Updated headers to match wiki documentation
This commit is contained in:
parent
baf0c99417
commit
a8c8dc3e09
4 changed files with 27 additions and 27 deletions
|
@ -66,8 +66,8 @@ typedef enum
|
|||
SDL_SYSWMEVENT, /**< System specific event */
|
||||
|
||||
/* Keyboard events */
|
||||
SDL_KEYDOWN = 0x300, /**< Keys pressed */
|
||||
SDL_KEYUP, /**< Keys released */
|
||||
SDL_KEYDOWN = 0x300, /**< Key pressed */
|
||||
SDL_KEYUP, /**< Key released */
|
||||
SDL_TEXTEDITING, /**< Keyboard text editing (composition) */
|
||||
SDL_TEXTINPUT, /**< Keyboard text input */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue