Renamed SDLKey and SDLMod for consistency
This commit is contained in:
parent
76a24d278d
commit
cc52151bca
12 changed files with 35 additions and 33 deletions
|
@ -219,6 +219,8 @@ struct SDL_SysWMinfo;
|
|||
#define SDL_KeySym SDL_Keysym
|
||||
#define SDL_scancode SDL_Scancode
|
||||
#define SDL_ScanCode SDL_Scancode
|
||||
#define SDLKey SDL_Key
|
||||
#define SDLMod SDL_Mod
|
||||
|
||||
/**
|
||||
* \name Renamed keys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue