Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Added support for the two new key codes from Android 4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jul 30, 2013
1 parent bb6dc31 commit 7e78c84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/android/SDL_androidkeyboard.c
Expand Up @@ -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
Expand Down

0 comments on commit 7e78c84

Please sign in to comment.