Skip to content

Commit

Permalink
Linux: Fixed mixed up scancodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Oct 9, 2016
1 parent f662f68 commit f9b15a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/scancodes_linux.h
Expand Up @@ -221,7 +221,7 @@ static SDL_Scancode const linux_scancode_table[] = {
/* 192 */ SDL_SCANCODE_F22,
/* 193 */ SDL_SCANCODE_F23,
/* 194 */ SDL_SCANCODE_F24,
0, 0, 0, 0,
0, 0, 0, 0, 0,
/* 200 */ SDL_SCANCODE_UNKNOWN, /* KEY_PLAYCD */
/* 201 */ SDL_SCANCODE_UNKNOWN, /* KEY_PAUSECD */
/* 202 */ SDL_SCANCODE_UNKNOWN, /* KEY_PROG3 */
Expand Down

0 comments on commit f9b15a9

Please sign in to comment.