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
|
@ -223,6 +223,9 @@ struct SDL_SysWMinfo;
|
|||
*/
|
||||
/*@{*/
|
||||
|
||||
#define SDL_keysym SDL_KeySym
|
||||
#define SDL_scancode SDL_ScanCode
|
||||
|
||||
/**
|
||||
* \name Renamed keys
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue