Searched refs:stickyKeys (Results 1 – 2 of 2) sorted by relevance
54 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()
364 GLFWbool stickyKeys; member