Home
last modified time | relevance | path

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

/third_party/glfw/tests/
H A Dcursor.c175 const int mode = glfwGetInputMode(window, GLFW_CURSOR); in key_callback()
210 if (glfwGetInputMode(window, GLFW_RAW_MOUSE_MOTION)) in key_callback()
H A Devents.c448 const int state = glfwGetInputMode(window, GLFW_LOCK_KEY_MODS); in key_callback()
/third_party/glfw/examples/
H A Dwave.c340 if (glfwGetInputMode(window, GLFW_CURSOR) == GLFW_CURSOR_DISABLED) in cursor_position_callback()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h2880 GLFWAPI int glfwGetInputMode(GLFWwindow* window, int mode);
2922 * @sa glfwGetInputMode
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_glfw.cpp374 if ((io.ConfigFlags & ImGuiConfigFlags_NoMouseCursorChange) || glfwGetInputMode(bd->Window, GLFW_CURSOR) == GLFW_CURSOR_DISABLED) in ImGui_ImplGlfw_UpdateMouseCursor()
/third_party/glfw/include/GLFW/
H A Dglfw3.h4674 GLFWAPI int glfwGetInputMode(GLFWwindow* window, int mode);
4738 * @sa @ref glfwGetInputMode
/third_party/glfw/src/
H A Dinput.c562 GLFWAPI int glfwGetInputMode(GLFWwindow* handle, int mode) in glfwGetInputMode() function

Completed in 18 milliseconds