Lines Matching defs:mode
223 // Updates the cursor image according to its cursor mode
290 // Apply disabled cursor mode to a focused window
306 // Exit disabled cursor mode for the specified window
441 // Make the specified window and its video mode active on its monitor
462 // Remove the window and restore the original video mode
630 // We are running in full screen mode, so disallow
1206 // Resize windowed mode windows that either permit rescaling or that
1353 // video mode has been picked in _glfwSetVideoModeWin32
2231 void _glfwSetCursorModeWin32(_GLFWwindow* window, int mode)
2235 if (mode == GLFW_CURSOR_DISABLED)
2250 if (mode == GLFW_CURSOR_DISABLED || mode == GLFW_CURSOR_CAPTURED)
2255 if (mode == GLFW_CURSOR_DISABLED)