Wiki Page Content

Differences between revisions 7 and 8
Revision 7 as of 2010-10-18 03:17:12
Size: 521
Editor: SheenaSmith
Comment: update content - pointers, structs
Revision 8 as of 2013-10-07 16:43:03
Size: 586
Editor: gerstrong
Comment: Example extended
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
You can add your code example here SDL_ShowWindow(window);
Line 23: Line 23:
''You can add useful comments here'' In SDL 1.2 you might have used ShowWindow(info.window, SW_SHOWNORMAL) for Win32. That is not needed anymore...

SDL_ShowWindow

Use this function to show a window.

Syntax

void SDL_ShowWindow(SDL_Window* window)

Function Parameters

window

the window to show

Code Examples

SDL_ShowWindow(window);

Remarks

In SDL 1.2 you might have used ShowWindow(info.window, SW_SHOWNORMAL) for Win32. That is not needed anymore...


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