|
Size: 527
Comment: update content (w/ Sam); remove 'draft' note
|
Size: 525
Comment: update content - "the" to "a" window update
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| Use this function to show the window. | Use this function to show a window. |
SDL_ShowWindow
Use this function to show a 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
