WindowBounds

Undocumented in source.

Constructors

this
this(Window owner, Rectangle winRect)
Undocumented in source.

Members

Functions

MoveWindow
void MoveWindow(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
ResizeWindow
void ResizeWindow(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
updateWindowBounds
void updateWindowBounds(Rectangle rect)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

Center
Vector2i Center [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Height
int Height [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Width
int Width [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
X
int X [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Y
int Y [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

windowPositionRequestEvent
Event windowPositionRequestEvent;
Undocumented in source.
windowResizeRequestEvent
Event windowResizeRequestEvent;
Undocumented in source.

Meta