Home
last modified time | relevance | path

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

/third_party/glfw/src/
H A Dinput.c354 if (button < 0 || (!window->disableMouseButtonLimit && button > GLFW_MOUSE_BUTTON_LAST)) in _glfwInputMouseClick()
360 if (button <= GLFW_MOUSE_BUTTON_LAST) in _glfwInputMouseClick()
656 for (i = 0; i <= GLFW_MOUSE_BUTTON_LAST; i++) in glfwSetInputMode()
775 if (button < GLFW_MOUSE_BUTTON_1 || button > GLFW_MOUSE_BUTTON_LAST) in glfwGetMouseButton()
H A Dwin32_window.c833 for (i = 0; i <= GLFW_MOUSE_BUTTON_LAST; i++) in windowProc()
839 if (i > GLFW_MOUSE_BUTTON_LAST) in windowProc()
844 for (i = 0; i <= GLFW_MOUSE_BUTTON_LAST; i++) in windowProc()
850 if (i > GLFW_MOUSE_BUTTON_LAST) in windowProc()
H A Dinternal.h558 char mouseButtons[GLFW_MOUSE_BUTTON_LAST + 1];
H A Dwindow.c64 for (button = 0; button <= GLFW_MOUSE_BUTTON_LAST; button++) in _glfwInputWindowFocus()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h465 #define GLFW_MOUSE_BUTTON_LAST GLFW_MOUSE_BUTTON_8 macro
/third_party/glfw/include/GLFW/
H A Dglfw3.h581 #define GLFW_MOUSE_BUTTON_LAST GLFW_MOUSE_BUTTON_8 macro
4724 * to the mouse button token values up to `GLFW_MOUSE_BUTTON_LAST`.
5306 * The reported `button` value can be higher than `GLFW_MOUSE_BUTTON_LAST` if

Completed in 20 milliseconds