Browse Source

Added a key name for the non-US backslash key

Sam Lantinga 9 months ago
parent
commit
8722c297a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/events/SDL_keymap.c

+ 1 - 1
src/events/SDL_keymap.c

@@ -394,7 +394,7 @@ static const char *SDL_scancode_names[SDL_NUM_SCANCODES] =
     /* 97 */ "Keypad 9",
     /* 98 */ "Keypad 0",
     /* 99 */ "Keypad .",
-    /* 100 */ NULL,
+    /* 100 */ "\\",
     /* 101 */ "Application",
     /* 102 */ "Power",
     /* 103 */ "Keypad =",