Window.this

Create a window

struct Window
this
(
in string title
,
in int width
,
in int height
,,
in bool bindToGlobal = true
)

Parameters

title
Type: string

The window's stitle

width
Type: int

The window width in units

height
Type: int

The window height in units

config

The flags that control the behavior of the window

bindToGlobal
Type: bool

set the global window reference to this window

Meta