glfwGetVideoMode¶
Returns the current mode of the specified monitor.
This function returns the current video mode of the specified monitor. If you have created a full screen window for that monitor, the return value will depend on whether that window is iconified.
- arguments
-
\GLFWmonitor
$monitor
The monitor to query.
- returns
-
\GLFWvidmode
The current mode of the monitor, orNULL
if anerror
occurred.