Destroy a window.
Defined in <SDL3/SDL_video.h>
void SDL_DestroyWindow(SDL_Window *window);
SDL_Window * | window | the window to destroy. |
Any child windows owned by the window will be recursively destroyed as well.
This function is available since SDL 3.1.3.