|
Size: 602
Comment: update content - pointers, structs
|
← Revision 6 as of 2010-10-18 03:32:09 ⇥
Size: 594
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 minimized|| | ||'''window'''||the window to minimize|| |
SDL_MinimizeWindow
Use this function to minimize a window to an iconic representation.
Syntax
void SDL_MinimizeWindow(SDL_Window* window)
Function Parameters
window |
the window to minimize |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
