wayland: Add an xkb_keysym_t->SDL_Keycode mapping for backspace

main
Ethan Lee 2022-03-25 01:33:40 -04:00
parent ee96407edf
commit a75c6150e0
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ static const struct {
{ XKB_KEY_Super_R, SDLK_RGUI },
{ XKB_KEY_Hyper_L, SDLK_LGUI },
{ XKB_KEY_Hyper_R, SDLK_RGUI },
{ XKB_KEY_BackSpace, SDLK_BACKSPACE },
};
struct SDL_WaylandTouchPoint {