|
Size: 526
Comment: update content - "the" to "a" window update
|
Size: 530
Comment: update content - pointers, structs
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 15: | Line 15: |
| ||'''window'''||the window to be hidden|| | ||'''window'''||the SDL_Window to be hidden|| |
SDL_HideWindow
Use this function to hide a window.
Syntax
void SDL_HideWindow(SDL_Window* window)
Function Parameters
window |
the SDL_Window to be hidden |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
