Window.this

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

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

Meta