Remove num/caps locks from modifier processing in mouse events

This commit is contained in:
Kovid Goyal
2021-04-14 10:08:33 +05:30
parent a4db27a807
commit db719eafac
4 changed files with 7 additions and 3 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_LOCK_MASK (GLFW_MOD_NUM_LOCK | GLFW_MOD_CAPS_LOCK)
/*! @} */