Home
last modified time | relevance | path

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

/third_party/glfw/src/
Dinput.c94 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()
Dinternal.h365 GLFWbool stickyMouseButtons; member