glfwRestoreWindow¶
Restores the specified window.
This function restores the specified window if it was previously iconified (minimized) or maximized. If the window is already restored, this function does nothing.
If the specified window is an iconified full screen window, its desired video mode is set again for its monitor when the window is restored.
- arguments
-
\GLFWwindow
$window
The window to restore.
- returns
-
void