Wiki Page Content

Differences between revisions 5 and 6
Revision 5 as of 2009-12-12 07:23:57
Size: 568
Editor: SheenaSmith
Comment: format update
Revision 6 as of 2010-01-21 18:30:42
Size: 563
Editor: SheenaSmith
Comment: Update WindowID > Window*
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
void SDL_DestroyWindow(SDL_WindowID windowID) void SDL_DestroyWindow(SDL_Window* window)
Line 15: Line 15:
||'''windowID'''||the 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


CategoryAPI, CategoryVideo

None: SDL_DestroyWindow (last edited 2015-08-21 21:08:43 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit