Merge commit '9caa925f20058a4f586b28fabbcbdff04e9b9016'
This commit is contained in:
@ -54,6 +54,8 @@ static void handleKeyPress(Context &ctx, int key, bool down) noexcept {
|
||||
map[GLFW_KEY_RIGHT_CONTROL] = Key::Mod_Ctrl;
|
||||
map[GLFW_KEY_LEFT_SUPER] = Key::Mod_Super;
|
||||
map[GLFW_KEY_RIGHT_SUPER] = Key::Mod_Super;
|
||||
map[GLFW_KEY_LEFT_SHIFT] = Key::Mod_Shift;
|
||||
map[GLFW_KEY_RIGHT_SHIFT] = Key::Mod_Shift;
|
||||
map[GLFW_KEY_ESCAPE] = Key::Escape;
|
||||
return map;
|
||||
}();
|
||||
|
Reference in New Issue
Block a user