- game
GameManager game [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- height
uint height [@property getter]
The height of the window in pixels.
- renderer
Renderer renderer [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- title
string title [@property getter]
- title
string title [@property setter]
- visible
bool visible [@property getter]
If the window is currently being displayed.
- visible
bool visible [@property setter]
- width
uint width [@property getter]
The width of the window in pixels.
Backend interface class: represents a window.