|
Size: 525
Comment: update content - pointers, structs
|
Size: 521
Comment: update content - pointers, structs
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 15: | Line 15: |
| ||'''window'''||the window to be shown|| | ||'''window'''||the window to show|| |
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
You can add your code example here
Remarks
You can add useful comments here
