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

resize
void resize(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
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]

window height

height_dpi
int height_dpi [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
scale_dpi
float scale_dpi [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
width
int width [@property getter]

window width

width_dpi
int width_dpi [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

get_display_dpi_scale
float get_display_dpi_scale()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta