Added a key name for the non-US backslash key

This commit is contained in:
Sam Lantinga
2024-07-10 19:16:04 -07:00
parent 628e083e02
commit 8722c297a4

View File

@@ -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 =",