Home
last modified time | relevance | path

Searched refs:glfwGetMouseButton (Results 1 – 5 of 5) sorted by relevance

/third_party/glfw/docs/
Dinput.dox434 per-window state arrays that can be polled with @ref glfwGetMouseButton.
437 int state = glfwGetMouseButton(window, GLFW_MOUSE_BUTTON_LEFT);
459 glfwGetMouseButton. Once it has been polled, if a mouse button release event
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3054 GLFWAPI int glfwGetMouseButton(GLFWwindow* window, int button);
/third_party/glfw/include/GLFW/
Dglfw3.h3073 GLFWAPI int glfwGetMouseButton(GLFWwindow* window, int button);
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_glfw.cpp346 io.MouseDown[i] = bd->MouseJustPressed[i] || glfwGetMouseButton(bd->Window, i) != 0; in ImGui_ImplGlfw_UpdateMousePosAndButtons()
/third_party/glfw/src/
Dinput.c282 GLFWAPI int glfwGetMouseButton(GLFWwindow* handle, int button) in glfwGetMouseButton() function