|
Size: 600
Comment: remove 'draft' note
|
Size: 598
Comment: update content - "the" to "a" window update
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| Use this function to minimize the window to an iconic representation. | Use this function to minimize a window to an iconic representation. |
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 be minimized |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
