|
Size: 615
Comment: update content - pointers, structs
|
← Revision 6 as of 2010-10-18 03:31:11 ⇥
Size: 610
Comment: minor change
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 15: | Line 15: |
| ||'''window''' ||the window to be restored || | ||'''window''' ||the window to restore|| |
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 restore |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
