⇤ ← Revision 1 as of 2010-01-17 07:19:34
Size: 701
Comment: create page, add content
|
Size: 696
Comment: Update WindowID > Window*
|
Deletions are marked like this. | Additions are marked like this. |
Line 13: | Line 13: |
void SDL_RestoreWindow(SDL_WindowID windowID) | void SDL_RestoreWindow(SDL_Window* window) |
Line 16: | Line 16: |
||'''windowID''' ||the window to be restored || | ||'''window''' ||the window to be restored || |
DRAFT |
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