Home
last modified time | relevance | path

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

/third_party/glfw/src/
H A Dx11_window.c1361 _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 Dinternal.h938 void _glfwInputMouseClick(_GLFWwindow* window, int button, int action, int mods);
H A Dinput.c347 void _glfwInputMouseClick(_GLFWwindow* window, int button, int action, int mods) in _glfwInputMouseClick() function
H A Dwindow.c67 _glfwInputMouseClick(window, button, GLFW_RELEASE, 0); in _glfwInputWindowFocus()
H A Dwin32_window.c842 _glfwInputMouseClick(window, button, action, getKeyMods()); in windowProc()
H A Dwl_window.c1545 _glfwInputMouseClick(window, in pointerHandleButton()

Completed in 20 milliseconds