DRAFT |
SDL_HideWindow
Use this function to hide the window.
Syntax
void SDL_HideWindow(SDL_WindowID windowID)
Function Parameters
windowID |
the window to be hidden |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
