Searched refs:mouseButtons (Results 1 – 3 of 3) sorted by relevance
95 window->mouseButtons[button] = _GLFW_STICK; in _glfwInputMouseClick()97 window->mouseButtons[button] = (char) action; in _glfwInputMouseClick()240 if (window->mouseButtons[i] == _GLFW_STICK) in glfwSetInputMode()241 window->mouseButtons[i] = GLFW_RELEASE; in glfwSetInputMode()295 if (window->mouseButtons[button] == _GLFW_STICK) in glfwGetMouseButton()298 window->mouseButtons[button] = GLFW_RELEASE; in glfwGetMouseButton()302 return (int) window->mouseButtons[button]; in glfwGetMouseButton()
367 char mouseButtons[GLFW_MOUSE_BUTTON_LAST + 1]; member
65 if (window->mouseButtons[i] == GLFW_PRESS) in _glfwInputWindowFocus()