Window.this

Constructs a new window with the specified dimensions and name.

class Window
this
(
string name
,
uint width
,
uint height
)

Parameters

name string

name of the window to be constructed

width uint

width of the window to be constructed

height uint

height of the window to be constructed

Meta