Searched refs:glfwGetInputMode (Results 1 – 8 of 8) sorted by relevance
124 if (glfwGetInputMode(window, GLFW_CURSOR) != GLFW_CURSOR_DISABLED) in key_callback()
338 if (glfwGetInputMode(window, GLFW_CURSOR) == GLFW_CURSOR_DISABLED) in cursor_position_callback()
250 …if ((io.ConfigFlags & ImGuiConfigFlags_NoMouseCursorChange) || glfwGetInputMode(g_Window, GLFW_CUR… in ImGui_ImplGlfw_UpdateMouseCursor()
2899 GLFWAPI int glfwGetInputMode(GLFWwindow* window, int mode);
2880 GLFWAPI int glfwGetInputMode(GLFWwindow* window, int mode);
150 GLFWAPI int glfwGetInputMode(GLFWwindow* handle, int mode) in glfwGetInputMode() function
374 …if ((io.ConfigFlags & ImGuiConfigFlags_NoMouseCursorChange) || glfwGetInputMode(bd->Window, GLFW_C… in ImGui_ImplGlfw_UpdateMouseCursor()