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