Home
last modified time | relevance | path

Searched refs:glfwGetInputMode (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/glfw/tests/
Dcursor.c124 if (glfwGetInputMode(window, GLFW_CURSOR) != GLFW_CURSOR_DISABLED) in key_callback()
/third_party/flutter/glfw/examples/
Dwave.c338 if (glfwGetInputMode(window, GLFW_CURSOR) == GLFW_CURSOR_DISABLED) in cursor_position_callback()
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_glfw.cpp250 …if ((io.ConfigFlags & ImGuiConfigFlags_NoMouseCursorChange) || glfwGetInputMode(g_Window, GLFW_CUR… in ImGui_ImplGlfw_UpdateMouseCursor()
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h2880 GLFWAPI int glfwGetInputMode(GLFWwindow* window, int mode);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h2880 GLFWAPI int glfwGetInputMode(GLFWwindow* window, int mode);
/third_party/flutter/glfw/include/GLFW/
Dglfw3.h2899 GLFWAPI int glfwGetInputMode(GLFWwindow* window, int mode);
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_glfw.cpp374 …if ((io.ConfigFlags & ImGuiConfigFlags_NoMouseCursorChange) || glfwGetInputMode(bd->Window, GLFW_C… in ImGui_ImplGlfw_UpdateMouseCursor()
/third_party/flutter/glfw/src/
Dinput.c150 GLFWAPI int glfwGetInputMode(GLFWwindow* handle, int mode) in glfwGetInputMode() function