|
Size: 584
Comment: update WindowID > Window*
|
Size: 527
Comment: update content (w/ Sam); remove 'draft' note
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| ||<tablewidth="100%" style="color: #FF0000;" :> 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
