Renamed SDL_Key to SDL_Keycode to clarify terminology.
This commit is contained in:
parent
cc52151bca
commit
acee78a1c2
12 changed files with 34 additions and 34 deletions
|
@ -151,7 +151,7 @@ WIN_UpdateKeymap()
|
|||
{
|
||||
int i;
|
||||
SDL_Scancode scancode;
|
||||
SDL_Key keymap[SDL_NUM_SCANCODES];
|
||||
SDL_Keycode keymap[SDL_NUM_SCANCODES];
|
||||
|
||||
SDL_GetDefaultKeymap(keymap);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue