mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-18 09:18:14 +00:00
Add SDL_SCANCODE_SOFTLEFT and SDL_SCANCODE_SOFTRIGHT
This commit is contained in:

committed by
Sam Lantinga

parent
f871c178b9
commit
2bc373622b
@@ -282,6 +282,8 @@ static const SDL_Keycode SDL_default_keymap[SDL_NUM_SCANCODES] = {
|
||||
SDLK_APP2,
|
||||
SDLK_AUDIOREWIND,
|
||||
SDLK_AUDIOFASTFORWARD,
|
||||
SDLK_SOFTLEFT,
|
||||
SDLK_SOFTRIGHT,
|
||||
};
|
||||
|
||||
static const char *SDL_scancode_names[SDL_NUM_SCANCODES] = {
|
||||
@@ -518,6 +520,8 @@ static const char *SDL_scancode_names[SDL_NUM_SCANCODES] = {
|
||||
"App2",
|
||||
"AudioRewind",
|
||||
"AudioFastForward",
|
||||
"SoftLeft",
|
||||
"SoftRight",
|
||||
};
|
||||
|
||||
/* Taken from SDL_iconv() */
|
||||
|
Reference in New Issue
Block a user