GameWindow

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Functions

Close
void Close()

Closes the window.

Focus
void Focus()

Puts the window in focus (ONLY WORKS ON SOME PLATFORMS!)

SetIcon
void SetIcon()

TODO Sets the icon for the window.

Show
void Show()

Shows the window.

SwapBuffers
void SwapBuffers()

Swaps the rendering buffer.

UpdateInfo
void UpdateInfo()

Triggers an window info update.

Properties

Position
Vector2 Position [@property getter]

Returns the position of the window.

Position
Vector2 Position [@property setter]

Allows you to set the position of the window.

Meta