Home
last modified time | relevance | path

Searched refs:GLFW_MOD_CAPS_LOCK (Results 1 - 6 of 6) sorted by relevance

/third_party/glfw/src/
H A Dinput.c49 GLFW_MOD_CAPS_LOCK | \
300 mods &= ~(GLFW_MOD_CAPS_LOCK | GLFW_MOD_NUM_LOCK); in _glfwInputKey()
319 mods &= ~(GLFW_MOD_CAPS_LOCK | GLFW_MOD_NUM_LOCK); in _glfwInputChar()
358 mods &= ~(GLFW_MOD_CAPS_LOCK | GLFW_MOD_NUM_LOCK); in _glfwInputMouseClick()
H A Dwin32_window.c422 mods |= GLFW_MOD_CAPS_LOCK; in getKeyMods()
H A Dx11_window.c229 mods |= GLFW_MOD_CAPS_LOCK; in translateState()
H A Dwl_window.c1843 { _glfw.wl.xkb.capsLockIndex, GLFW_MOD_CAPS_LOCK }, in keyboardHandleModifiers()
/third_party/glfw/tests/
H A Devents.c249 if (mods & GLFW_MOD_CAPS_LOCK) in get_mods_name()
/third_party/glfw/include/GLFW/
H A Dglfw3.h556 #define GLFW_MOD_CAPS_LOCK 0x0010 macro
4712 * GLFW_MOD_CAPS_LOCK bit set when the event was generated with Caps Lock on,

Completed in 21 milliseconds