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