Wiki Page Content

Differences between revisions 10 and 11
Revision 10 as of 2013-10-07 16:45:07
Size: 614
Editor: gerstrong
Comment: fixes
Revision 11 as of 2013-10-08 21:10:31
Size: 612
Comment: Set camelcase off and changed text.
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
#pragma disable-camelcase #pragma camelcase off
Line 23: Line 23:
In SDL 1.2 you might have used BOOL WINAPI ShowWindow(_In_ HWND hWnd, _In_ int nCmdShow) for Win32 Builds. SDL_ShowWindow replaces this. In SDL 1.2 you might have used BOOL WINAPI ShowWindow(_In_ HWND hWnd, _In_ int nCmdShow) for Win32 builds. SDL_ShowWindow() replaces this.

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 BOOL WINAPI ShowWindow(_In_ HWND hWnd, _In_ int nCmdShow) for Win32 builds. SDL_ShowWindow() replaces this.


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