Wiki Page Content

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

If window is NULL, this function will return immediately after setting the SDL error message to "Invalid window". See SDL_GetError().


CategoryAPI, CategoryVideo

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

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