Renamed SDL_Key to SDL_Keycode to clarify terminology.

This commit is contained in:
Sam Lantinga 2011-02-07 10:40:21 -08:00
parent cc52151bca
commit acee78a1c2
12 changed files with 34 additions and 34 deletions

View file

@ -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);