Mercurial > sdl-ios-xcode
diff src/video/android/SDL_androidkeyboard.c @ 5224:c1a92e61907d
Renamed SDLKey and SDLMod for consistency
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 07 Feb 2011 09:42:08 -0800 |
parents | 572a73d71b5f |
children | 1fbe1c202501 |
line wrap: on
line diff
--- a/src/video/android/SDL_androidkeyboard.c Mon Feb 07 09:37:11 2011 -0800 +++ b/src/video/android/SDL_androidkeyboard.c Mon Feb 07 09:42:08 2011 -0800 @@ -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);