Wiki Page Content

Differences between revisions 5 and 6
Revision 5 as of 2010-10-09 03:52:45
Size: 602
Editor: SheenaSmith
Comment: update content - pointers, structs
Revision 6 as of 2010-10-18 03:32:09
Size: 594
Editor: SheenaSmith
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


CategoryAPI, CategoryVideo

None: SDL_MinimizeWindow (last edited 2010-10-18 03:32:09 by SheenaSmith)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit