|
Size: 696
Comment: Update WindowID > Window*
|
Size: 615
Comment: remove 'draft' note
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| ||<tablewidth="100%"style="color: rgb(255, 0, 0); text-align: center;">DRAFT || |
|
| Line 15: | Line 13: |
| Line 17: | Line 16: |
| Line 23: | Line 21: |
SDL_RestoreWindow
Use this function to restore the size and position of a minimized or maximized window.
Syntax
void SDL_RestoreWindow(SDL_Window* window)
Function Parameters
window |
the window to be restored |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
