Graphics::ShowGameWindow Function
Attempts to show the game window if it is hidden or minimized.
Syntax
void Graphics::ShowGameWindow()
Return value
None.
Remarks
If the game window is currently minimized, the function will restore it. Note that Windows may prevent applications from stealing focus, so the window might be shown but not brought to the foreground.
This function internally calls the ShowWindow and SetForegroundWindow Windows APIs in succession on the game window.