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$monitorThe monitor to query.
- returns
-
\GLFWvidmodeThe current mode of the monitor, orNULLif anerroroccurred.