SDL2Window.this

Creates a SDL window from anexisting handle.

  1. this(SDL2 sdl2, int x, int y, int width, int height, int flags)
  2. this(SDL2 sdl2, void* windowData)
    class SDL2Window
    this

Throws

SDL2Exception on error.

See Also

Meta