mirror of
https://github.com/encounter/SDL.git
synced 2025-12-14 23:56:19 +00:00
Add SDL_SCANCODE_CALL and SDL_SCANCODE_ENDCALL
This commit is contained in:
committed by
Sam Lantinga
parent
2bc373622b
commit
2f924020e8
@@ -284,6 +284,8 @@ static const SDL_Keycode SDL_default_keymap[SDL_NUM_SCANCODES] = {
|
||||
SDLK_AUDIOFASTFORWARD,
|
||||
SDLK_SOFTLEFT,
|
||||
SDLK_SOFTRIGHT,
|
||||
SDLK_CALL,
|
||||
SDLK_ENDCALL,
|
||||
};
|
||||
|
||||
static const char *SDL_scancode_names[SDL_NUM_SCANCODES] = {
|
||||
@@ -522,6 +524,8 @@ static const char *SDL_scancode_names[SDL_NUM_SCANCODES] = {
|
||||
"AudioFastForward",
|
||||
"SoftLeft",
|
||||
"SoftRight",
|
||||
"Call",
|
||||
"EndCall",
|
||||
};
|
||||
|
||||
/* Taken from SDL_iconv() */
|
||||
|
||||
Reference in New Issue
Block a user