|
Size: 536
Comment: add categories
|
Size: 564
Comment: content added
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 27: | Line 27: |
| .[[SDL_CreateWindowFrom]] |
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
