mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-14 07:18:13 +00:00
wayland: Add an xkb_keysym_t->SDL_Keycode mapping for backspace
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user