DRAFT |
SDL_RestoreWindow
Use this function to restore the size and position of a minimized or maximized window.
Syntax
void SDL_RestoreWindow(SDL_WindowID windowID)
Function Parameters
windowID |
the window to be restored |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
