Skip to content

SDL_DestroyWindow()

Syntax

void SDL_DestroyWindow(SDL_Window *window);

Description

Destroy a window and free its resources.

Details

This function destroys the specified window and releases all resources associated with it.

Input

param Description
window The

The actual implementation is in SDL_DestroyWindow.