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
|
@ -145,7 +145,7 @@ void
|
|||
WIN_UpdateKeymap()
|
||||
{
|
||||
int i;
|
||||
SDL_scancode scancode;
|
||||
SDL_ScanCode scancode;
|
||||
SDLKey keymap[SDL_NUM_SCANCODES];
|
||||
|
||||
SDL_GetDefaultKeymap(keymap);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue