|
⇤ ← Revision 1 as of 2010-01-17 07:17:27
Size: 662
Comment: create page, add content
|
Size: 657
Comment: Update WindowID > Window*
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 12: | Line 12: |
| void SDL_MinimizeWindow(SDL_WindowID windowID) | void SDL_MinimizeWindow(SDL_Window* window) |
| Line 16: | Line 16: |
| ||'''windowID'''||the window to be minimized|| | ||'''window'''||the window to be minimized|| |
DRAFT |
SDL_MinimizeWindow
Use this function to minimize the window to an iconic representation.
Syntax
void SDL_MinimizeWindow(SDL_Window* window)
Function Parameters
window |
the window to be minimized |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
