See key input for how these are used.
More...
See key input for how these are used.
◆ GLFW_MOD_ALT
#define GLFW_MOD_ALT 0x0004 |
If this bit is set one or more Alt keys were held down.
Definition at line 444 of file glfw3.h.
◆ GLFW_MOD_CONTROL
#define GLFW_MOD_CONTROL 0x0002 |
If this bit is set one or more Control keys were held down.
Definition at line 441 of file glfw3.h.
◆ GLFW_MOD_SHIFT
#define GLFW_MOD_SHIFT 0x0001 |
If this bit is set one or more Shift keys were held down.
Definition at line 438 of file glfw3.h.
◆ GLFW_MOD_SUPER
#define GLFW_MOD_SUPER 0x0008 |
If this bit is set one or more Super keys were held down.
Definition at line 447 of file glfw3.h.