Sheena pointed out that "scancode" and "keysym" are single words and shouldn't be camel-cased.
This commit is contained in:
parent
f0fa63a506
commit
76a24d278d
25 changed files with 76 additions and 74 deletions
|
@ -215,8 +215,10 @@ struct SDL_SysWMinfo;
|
|||
*/
|
||||
/*@{*/
|
||||
|
||||
#define SDL_keysym SDL_KeySym
|
||||
#define SDL_scancode SDL_ScanCode
|
||||
#define SDL_keysym SDL_Keysym
|
||||
#define SDL_KeySym SDL_Keysym
|
||||
#define SDL_scancode SDL_Scancode
|
||||
#define SDL_ScanCode SDL_Scancode
|
||||
|
||||
/**
|
||||
* \name Renamed keys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue