Home
last modified time | relevance | path

Searched refs:stickyKeys (Results 1 – 2 of 2) sorted by relevance

/third_party/glfw/src/
Dinput.c54 if (action == GLFW_RELEASE && window->stickyKeys) in _glfwInputKey()
162 return window->stickyKeys; in glfwGetInputMode()
209 if (window->stickyKeys == value) in glfwSetInputMode()
224 window->stickyKeys = value ? GLFW_TRUE : GLFW_FALSE; in glfwSetInputMode()
Dinternal.h364 GLFWbool stickyKeys; member