mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
Add missing key to WSCONS-to-SDL conversion table
This commit is contained in:

committed by
Ryan C. Gordon

parent
c63a62ae49
commit
2aa14b3806
@@ -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},
|
||||
|
Reference in New Issue
Block a user