mirror of
https://github.com/yawut/SDL.git
synced 2026-09-12 11:06:49 -05:00
Added support for the two new key codes from Android 4.3.
This commit is contained in:
@@ -260,6 +260,8 @@ static SDL_Scancode Android_Keycodes[] = {
|
||||
SDL_SCANCODE_UNKNOWN, /* AKEYCODE_RO */
|
||||
SDL_SCANCODE_UNKNOWN, /* AKEYCODE_KANA */
|
||||
SDL_SCANCODE_UNKNOWN, /* AKEYCODE_ASSIST */
|
||||
SDL_SCANCODE_BRIGHTNESSDOWN, /* AKEYCODE_BRIGHTNESS_DOWN */
|
||||
SDL_SCANCODE_BRIGHTNESSUP, /* AKEYCODE_BRIGHTNESS_UP */
|
||||
};
|
||||
|
||||
static SDL_Scancode
|
||||
|
||||
Reference in New Issue
Block a user