Window.this

  1. this(int screenWidth, int screenHeight)
  2. this(uint screenWidth, uint screenHeight, string title)
    class Window
    this
    (
    ,,
    string title
    )
    in { assert (title !is null); }

Meta