Fix storage for GLFW_MOD_KITTY

This commit is contained in:
Kovid Goyal
2022-08-12 09:58:50 +05:30
parent af48547d8b
commit f3329fcd34
5 changed files with 11 additions and 7 deletions

1
glfw/glfw3.h vendored
View File

@@ -512,6 +512,7 @@ typedef enum {
* GLFW_LOCK_KEY_MODS input mode is set.
*/
#define GLFW_MOD_NUM_LOCK 0x0080
#define GLFW_MOD_LAST GLFW_MOD_NUM_LOCK
#define GLFW_LOCK_MASK (GLFW_MOD_NUM_LOCK | GLFW_MOD_CAPS_LOCK)
/*! @} */