|
Size: 619
Comment: update content - pointers, structs
|
Size: 615
Comment: update content - pointers, structs
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 15: | Line 15: |
| ||'''window''' ||the SDL_Window to be restored || | ||'''window''' ||the window to be restored || |
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
