Added support for the two new key codes from Android 4.3.
This commit is contained in:
parent
3334092bdc
commit
058120689b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue