Searched refs:glfwGetVideoMode (Results 1 – 16 of 16) sorted by relevance
97 const GLFWvidmode* mode = glfwGetVideoMode(monitor); in key_callback()167 const GLFWvidmode* mode = glfwGetVideoMode(monitor); in create_window()
136 const GLFWvidmode* mode = glfwGetVideoMode(monitor); in main()
139 const GLFWvidmode* mode = glfwGetVideoMode(monitor); in main()
150 mode = glfwGetVideoMode(monitor); in main()
432 const GLFWvidmode* mode = glfwGetVideoMode(monitor); in monitor_callback()519 const GLFWvidmode* mode = glfwGetVideoMode(monitor); in main()
88 const GLFWvidmode* mode = glfwGetVideoMode(monitor); in list_modes()
115 To get the current video mode of a monitor call @ref glfwGetVideoMode. See the119 const GLFWvidmode* mode = glfwGetVideoMode(monitor);
102 const GLFWvidmode* mode = glfwGetVideoMode(monitor);115 const GLFWvidmode* mode = glfwGetVideoMode(monitor);120 Note that @ref glfwGetVideoMode returns the _current_ video mode of a monitor,704 const GLFWvidmode* mode = glfwGetVideoMode(monitor);
279 had poorly defined behavior, has been replaced by @ref glfwGetVideoMode, which470 | `glfwGetDesktopMode` | @ref glfwGetVideoMode | Returns the current mode of a monit…
391 GLFWAPI const GLFWvidmode* glfwGetVideoMode(GLFWmonitor* handle) in glfwGetVideoMode() function
259 const GLFWvidmode* mode = glfwGetVideoMode(monitor); in key_callback()
965 const GLFWvidmode* mode = glfwGetVideoMode(monitor); in main()
1581 GLFWAPI const GLFWvidmode* glfwGetVideoMode(GLFWmonitor* monitor);
1589 GLFWAPI const GLFWvidmode* glfwGetVideoMode(GLFWmonitor* monitor);
113 auto* primary_monitor_mode = glfwGetVideoMode(primary_monitor); in GetScreenCoordinatesPerInch()