Window.this

* Create a new system window specifying the width, the height and its title.

class Window
this
(
int width
,
int height
,
string title
)

Meta