|
⇤ ← Revision 1 as of 2009-11-19 18:50:37
Size: 493
Comment: create page, add content
|
Size: 492
Comment: related functions?
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 26: | Line 26: |
| .[[SDL_OtherFunction]] | .[[SDL_CreateWindow]] |
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
