Renamed SDL_keysym to SDL_KeySym
Renamed SDL_scancode to SDL_ScanCode Added #defines to SDL_compat.h
This commit is contained in:
parent
477689ac83
commit
a2f2302255
29 changed files with 84 additions and 81 deletions
|
@ -151,7 +151,7 @@ typedef struct SDL_KeyboardEvent
|
|||
Uint8 repeat; /**< Non-zero if this is a key repeat */
|
||||
Uint8 padding2;
|
||||
Uint8 padding3;
|
||||
SDL_keysym keysym; /**< The key that was pressed or released */
|
||||
SDL_KeySym keysym; /**< The key that was pressed or released */
|
||||
} SDL_KeyboardEvent;
|
||||
|
||||
#define SDL_TEXTEDITINGEVENT_TEXT_SIZE (32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue