Ver Fonte

Linux: Fixed mixed up scancodes.

Philipp Wiesemann há 8 anos atrás
pai
commit
f9b15a94ec
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/events/scancodes_linux.h

+ 1 - 1
src/events/scancodes_linux.h

@@ -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 */