|
Size: 564
Comment: content added
|
Size: 568
Comment: format update
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 23: | Line 23: |
| You can add useful comments here | ''You can add useful comments here'' |
SDL_DestroyWindow
Use this function to destroy a window.
Syntax
void SDL_DestroyWindow(SDL_WindowID windowID)
Function Parameters
windowID |
the window to destroy |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
