Window

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

Close
void Close()
Undocumented in source.
CreateContext
GraphicsContext CreateContext(GraphicsBackend backend)
Undocumented in source.
DestroyContext
void DestroyContext()
Undocumented in source.
Focus
void Focus()
Undocumented in source.
SetIcon
void SetIcon()
Undocumented in source.
Show
void Show()
Undocumented in source.
SwapBuffers
void SwapBuffers()
Undocumented in source.
UpdateState
void UpdateState()
Undocumented in source.
replaceOn
void replaceOn(Game game)
Undocumented in source. Be warned that the author may not have intended to support it.
updateBounds
void updateBounds(Rectangle rect)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

AllowResizing
bool AllowResizing [@property getter]
Undocumented in source.
AllowResizing
bool AllowResizing [@property setter]
Undocumented in source.
Borderless
bool Borderless [@property getter]
Undocumented in source.
Borderless
bool Borderless [@property setter]
Undocumented in source.
Fullscreen
bool Fullscreen [@property getter]
Undocumented in source.
Fullscreen
bool Fullscreen [@property setter]
Undocumented in source.
Title
string Title [@property getter]
Undocumented in source.
Title
string Title [@property setter]
Undocumented in source.
VSync
VSyncState VSync [@property getter]
Undocumented in source.
VSync
VSyncState VSync [@property setter]
Undocumented in source.
Visible
bool Visible [@property getter]
Undocumented in source.

Variables

ActiveBackend
GraphicsBackend ActiveBackend;
Undocumented in source.
ActiveContext
GraphicsContext ActiveContext;
Undocumented in source.
AutoFocus
bool AutoFocus;
Undocumented in source.
ClientBounds
WindowBounds ClientBounds;
Undocumented in source.
SurfaceName
string SurfaceName;
Undocumented in source.

Meta