Window.this

Create a window

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

Parameters

title string

The window's stitle

width int

The window width in units

height int

The window height in units

config WindowConfig

The flags that control the behavior of the window

bindToGlobal bool

set the global window reference to this window

Meta