GLWindow

Undocumented in source.

Constructors

this
this(Renderer renderer, string title, uint width, uint height, SyncType syncType)
Undocumented in source.

Members

Functions

getWindowPtr
GLFWwindow* getWindowPtr()
Undocumented in source. Be warned that the author may not have intended to support it.
onGamemanager_notify
void onGamemanager_notify()
Undocumented in source. Be warned that the author may not have intended to support it.
resize_
void resize_(uint width, uint height)
Undocumented in source. Be warned that the author may not have intended to support it.
setTitle_
void setTitle_(string title)
Undocumented in source. Be warned that the author may not have intended to support it.
setVisible_
void setVisible_(bool visible)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Window

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]

The title of the Window.

title
string title [@property setter]

The title of the Window.

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]

Show or hide the window.

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)

FOR INTERNAL USE!!!

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.

Meta