Window.this

Creates a new centered window with specified dimensions, title and flags.

  1. this(string title, uint flags)
  2. this(int width, int height, string title, uint flags)
    class Window
    this
    (
    int width
    ,
    int height
    ,
    string title = "D2DGame"
    ,)
  3. this(int x, int y, int width, int height, string title, uint flags)

Meta