Window.this

Creates a new window with specified parameters.

  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)
  3. this(int x, int y, int width, int height, string title, uint flags = WindowFlags.Default, DynLibs dynamicLibs = DynLibs.all)
    class Window
    this
    (
    int x
    ,
    int y
    ,
    int width
    ,
    int height
    ,
    string title
    ,
    uint flags = WindowFlags.Default
    ,
    DynLibs dynamicLibs = DynLibs.all
    )

Meta