Skip to content

Commit

Permalink
Android: Changed two unknown keys to be consistent with Windows and X…
Browse files Browse the repository at this point in the history
…11 mapping.
  • Loading branch information
philippwiesemann committed May 31, 2015
1 parent 80614b2 commit 551fbf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/video/android/SDL_androidkeyboard.c
Expand Up @@ -253,8 +253,8 @@ static SDL_Scancode Android_Keycodes[] = {
SDL_SCANCODE_CALCULATOR, /* AKEYCODE_CALCULATOR */
SDL_SCANCODE_LANG5, /* AKEYCODE_ZENKAKU_HANKAKU */
SDL_SCANCODE_UNKNOWN, /* AKEYCODE_EISU */
SDL_SCANCODE_UNKNOWN, /* AKEYCODE_MUHENKAN */
SDL_SCANCODE_UNKNOWN, /* AKEYCODE_HENKAN */
SDL_SCANCODE_INTERNATIONAL5, /* AKEYCODE_MUHENKAN */
SDL_SCANCODE_INTERNATIONAL4, /* AKEYCODE_HENKAN */
SDL_SCANCODE_LANG3, /* AKEYCODE_KATAKANA_HIRAGANA */
SDL_SCANCODE_INTERNATIONAL3, /* AKEYCODE_YEN */
SDL_SCANCODE_UNKNOWN, /* AKEYCODE_RO */
Expand Down

0 comments on commit 551fbf7

Please sign in to comment.