mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Add missing key to WSCONS-to-SDL conversion table
This commit is contained in:
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},
|
||||
|
Loading…
Reference in New Issue
Block a user