glfwMaximizeWindow¶
Maximizes the specified window.
This function maximizes the specified window if it was previously not maximized. If the window is already maximized, this function does nothing.
If the specified window is a full screen window, this function does nothing.
- arguments
-
\GLFWwindow
$window
The window to maximize.
- returns
-
void