- syncType
SyncType syncType;
Undocumented in source.
- game
GameManager game [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- 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]
- width
uint width [@property getter]
The width of the window in pixels.
- height
uint height [@property getter]
The height of the window in pixels.
- visible
bool visible [@property getter]
If the window is currently being displayed.
- visible
bool visible [@property setter]
- build
Window build(Renderer renderer, string title, uint width, uint height, SyncType syncType)
Undocumented in source. Be warned that the author may not have intended to support it.
- gamemanager_notify
void gamemanager_notify(GameManager game)
- onGamemanager_notify
void onGamemanager_notify()
Undocumented in source.
- setTitle_
void setTitle_(string title)
Undocumented in source.
- setVisible_
void setVisible_(bool visible)
Undocumented in source.
- resize_
void resize_(uint width, uint height)
Undocumented in source.