Wiki Page Content

Revision 8 as of 2013-10-07 16:43:03

Clear message

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

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