mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 15:10:49 +00:00
Add missing key to WSCONS-to-SDL conversion table
This commit is contained in:
parent
c63a62ae49
commit
2aa14b3806
1 changed files with 1 additions and 0 deletions
|
|
@ -255,6 +255,7 @@ static struct wscons_keycode_to_SDL {
|
|||
{KS_Num_Lock, SDL_SCANCODE_NUMLOCKCLEAR},
|
||||
{KS_Caps_Lock, SDL_SCANCODE_CAPSLOCK},
|
||||
{KS_BackSpace, SDL_SCANCODE_BACKSPACE},
|
||||
{KS_space, SDL_SCANCODE_SPACE},
|
||||
{KS_Delete, SDL_SCANCODE_BACKSPACE},
|
||||
{KS_Home, SDL_SCANCODE_HOME},
|
||||
{KS_End, SDL_SCANCODE_END},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue