Function Window.hide
Makes this Window visible if it was previously hidden.
bool hide();
If the window is already visible or is in full screen mode, this function does nothing.
Returns
Whether this Window is now hidden.
See Also
Window
.visible Window
.show - Window visibility in the GLFW documentation