Window.this

Creates a new window.

class Window
this
(
string name
,
dstring title
,
Size size
,
size_t layers = 1
)

Parameters

name string

The name of the window.

title dstring

The title of the window.

size Size

The size of the window.

layers size_t

The layers of the window. (Defaults to 1)

Meta