Searched refs:stickyMouseButtons (Results 1 – 2 of 2) sorted by relevance
94 if (action == GLFW_RELEASE && window->stickyMouseButtons) in _glfwInputMouseClick()164 return window->stickyMouseButtons; in glfwGetInputMode()230 if (window->stickyMouseButtons == value) in glfwSetInputMode()245 window->stickyMouseButtons = value ? GLFW_TRUE : GLFW_FALSE; in glfwSetInputMode()
365 GLFWbool stickyMouseButtons; member