Lines Matching defs:mode
455 // Updates the cursor image according to its cursor mode
525 // Apply disabled cursor mode to a focused window
541 // Exit disabled cursor mode for the specified window
1082 // Make the specified window and its video mode active on its monitor
1108 GLFWvidmode mode;
1112 _glfwGetVideoModeX11(window->monitor, &mode);
1115 xpos, ypos, mode.width, mode.height);
1121 // Remove the window and restore the original video mode
1435 // ignore the defined cursor for hidden cursor mode
1741 if (event->xfocus.mode == NotifyGrab ||
1742 event->xfocus.mode == NotifyUngrab)
1763 if (event->xfocus.mode == NotifyGrab ||
1764 event->xfocus.mode == NotifyUngrab)
2862 void _glfwSetCursorModeX11(_GLFWwindow* window, int mode)
2866 if (mode == GLFW_CURSOR_DISABLED)
2881 if (mode == GLFW_CURSOR_DISABLED || mode == GLFW_CURSOR_CAPTURED)
2886 if (mode == GLFW_CURSOR_DISABLED)