Window

Undocumented in source.

Constructors

this
this(int width, int height)

creates a window instance with the given dimensions

Members

Functions

destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()

initializes the window

set_title
void set_title(string title)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

height
int height [@property getter]

dpi-scaled window height

width
int width [@property getter]

dpi-scaled window width

Variables

dpi
Vector2 dpi;

the window dpi scale

Meta