sdl2_frt/android-project/src/org/libsdl/app
Sam Lantinga c45932ba7e Fixed bug 2277 - Hardware keyboard control key sequences don't get reported
chw

Control key sequences from hardware keyboards (wireless/USB/bluetooth) get not properly reported on Android devices.
The attached patch uses the idea from http://stackoverflow.com/questions/12337117/capture-all-ctrl-under-android to make control key sequences appear as normal SDL_KEYDOWN events instead of cooked text input.
2017-08-28 09:54:16 -07:00
..
SDLActivity.java Fixed bug 2277 - Hardware keyboard control key sequences don't get reported 2017-08-28 09:54:16 -07:00