Window.this

Creates a new window.

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

Parameters

name
Type: string

The name of the window.

title
Type: dstring

The title of the window.

size
Type: Size

The size of the window.

layers
Type: size_t

The layers of the window. (Defaults to 1)

Meta