Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-01-17 06:59:41
Size: 589
Editor: SheenaSmith
Comment: create page, add content
Revision 2 as of 2010-01-21 17:23:59
Size: 584
Editor: SheenaSmith
Comment: update WindowID > Window*
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
void SDL_ShowWindow(SDL_WindowID windowID) void SDL_ShowWindow(SDL_Window* window)
Line 16: Line 16:
||'''windowID'''||the window to be shown|| ||'''window'''||the window to be shown||

DRAFT

SDL_ShowWindow

Use this function to show the window.

Syntax

void SDL_ShowWindow(SDL_Window* window)

Function Parameters

window

the window to be shown

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryVideo

None: SDL_ShowWindow (last edited 2014-12-21 21:03:15 by PhilippWiesemann)

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