SDL2Window.this

Creates a SDL window which targets a window.

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

Throws

SDL2Exception on error.

See Also

Meta