SDL: Tentative fix for buggy keyboards that send ASCII symbols without keysym

This commit is contained in:
pelya
2015-03-22 21:05:18 +02:00
parent eb81aae784
commit f0688ea027
5 changed files with 24 additions and 8 deletions

View File

@@ -258,6 +258,7 @@ extern void SDL_ANDROID_MainThreadPushAppActive(int active);
// Internal input queue stuff
extern SDLKey SDL_android_keymap[];
extern int SDL_android_KeysymFromUnicodeShiftNeeded(int unicode);
extern unsigned char SDL_android_keysym_to_scancode[SDLK_LAST];
extern SDL_Joystick *SDL_ANDROID_CurrentJoysticks[];
extern int SDL_ANDROID_isMouseUsed;