Explorar o código

Linux: Fixed mixed up scancodes.

Philipp Wiesemann %!s(int64=9) %!d(string=hai) anos
pai
achega
f9b15a94ec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
     /*  192 */    SDL_SCANCODE_F22,
     /*  193 */    SDL_SCANCODE_F23,
     /*  193 */    SDL_SCANCODE_F23,
     /*  194 */    SDL_SCANCODE_F24,
     /*  194 */    SDL_SCANCODE_F24,
-    0, 0, 0, 0,
+    0, 0, 0, 0, 0,
     /*  200 */    SDL_SCANCODE_UNKNOWN, /* KEY_PLAYCD */
     /*  200 */    SDL_SCANCODE_UNKNOWN, /* KEY_PLAYCD */
     /*  201 */    SDL_SCANCODE_UNKNOWN, /* KEY_PAUSECD */
     /*  201 */    SDL_SCANCODE_UNKNOWN, /* KEY_PAUSECD */
     /*  202 */    SDL_SCANCODE_UNKNOWN, /* KEY_PROG3 */
     /*  202 */    SDL_SCANCODE_UNKNOWN, /* KEY_PROG3 */