Window.this

Creates a new centered window with specified title and flags on a 800x480 resolution.

  1. this(string title = "D2DGame", uint flags = WindowFlags.Default, DynLibs dynamicLibs = DynLibs.all)
    class Window
    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)

Meta