Window.this

Creates a new window with specified parameters.

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

Meta