destroyWindow method

void destroyWindow(
  1. Window window
)

Destroy a window.

SDL Docs

Implementation

void destroyWindow(final Window window) =>
    sdl.SDL_DestroyWindow(window.handle);