Add Windows key mappings

This commit is contained in:
Cacodemon345
2021-09-06 22:06:02 +06:00
committed by GitHub
parent 680f0e2294
commit e8f8b74d61

View File

@@ -154,7 +154,11 @@ static const uint16_t sdl_to_xt[0x200] =
[SDL_SCANCODE_KP_2] = 0x50,
[SDL_SCANCODE_KP_1] = 0x4F,
[SDL_SCANCODE_KP_0] = 0x52,
[SDL_SCANCODE_KP_PERIOD] = 0x53
[SDL_SCANCODE_KP_PERIOD] = 0x53,
[SDL_SCANCODE_LGUI] = 0x15B,
[SDL_SCANCODE_RGUI] = 0x15C,
[SDL_SCANCODE_APPLICATION] = 0x15D
};
typedef struct sdl_blit_params