Window constructor

Window(
  1. Sdl sdl,
  2. Pointer<SDL_Window> handle
)

Create a window.

Implementation

Window(super.sdl, super.handle);