Searched refs:_glfwInputMouseClick (Results 1 - 6 of 6) sorted by relevance
/third_party/glfw/src/ |
H A D | x11_window.c | 1361 _glfwInputMouseClick(window, GLFW_MOUSE_BUTTON_LEFT, GLFW_PRESS, mods); in processEvent() 1363 _glfwInputMouseClick(window, GLFW_MOUSE_BUTTON_MIDDLE, GLFW_PRESS, mods); in processEvent() 1365 _glfwInputMouseClick(window, GLFW_MOUSE_BUTTON_RIGHT, GLFW_PRESS, mods); in processEvent() 1381 _glfwInputMouseClick(window, in processEvent() 1396 _glfwInputMouseClick(window, in processEvent() 1403 _glfwInputMouseClick(window, in processEvent() 1410 _glfwInputMouseClick(window, in processEvent() 1419 _glfwInputMouseClick(window, in processEvent()
|
H A D | internal.h | 938 void _glfwInputMouseClick(_GLFWwindow* window, int button, int action, int mods);
|
H A D | input.c | 347 void _glfwInputMouseClick(_GLFWwindow* window, int button, int action, int mods) in _glfwInputMouseClick() function
|
H A D | window.c | 67 _glfwInputMouseClick(window, button, GLFW_RELEASE, 0); in _glfwInputWindowFocus()
|
H A D | win32_window.c | 842 _glfwInputMouseClick(window, button, action, getKeyMods()); in windowProc()
|
H A D | wl_window.c | 1545 _glfwInputMouseClick(window, in pointerHandleButton()
|
Completed in 20 milliseconds