|
⇤ ← Revision 1 as of 2010-01-17 06:59:41
Size: 589
Comment: create page, add content
|
Size: 584
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
