Renamed SDLKey and SDLMod for consistency
This commit is contained in:
parent
76a24d278d
commit
cc52151bca
12 changed files with 35 additions and 33 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
void Android_InitKeyboard()
|
||||
{
|
||||
SDLKey keymap[SDL_NUM_SCANCODES];
|
||||
SDL_Key keymap[SDL_NUM_SCANCODES];
|
||||
|
||||
/* Add default scancode to key mapping */
|
||||
SDL_GetDefaultKeymap(keymap);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue