Home
last modified time | relevance | path

Searched refs:_GLFW_STICK (Results 1 - 1 of 1) sorted by relevance

/third_party/glfw/src/
H A Dinput.c38 #define _GLFW_STICK 3 macro
291 window->keys[key] = _GLFW_STICK; in _glfwInputKey()
363 window->mouseButtons[button] = _GLFW_STICK; in _glfwInputMouseClick()
636 if (window->keys[i] == _GLFW_STICK) in glfwSetInputMode()
658 if (window->mouseButtons[i] == _GLFW_STICK) in glfwSetInputMode()
758 if (window->keys[key] == _GLFW_STICK) in glfwGetKey()
781 if (window->mouseButtons[button] == _GLFW_STICK) in glfwGetMouseButton()

Completed in 2 milliseconds