- addWidget
void addWidget(Widget widget)
Add widget to root children.
- applyScissor
Rect applyScissor()
Apply all scissors for clipping widgets in scissors areas.
- deleteWidget
void deleteWidget(Widget widget)
Delete widget from root children.
- deleteWidget
void deleteWidget(size_t id)
Delete widget by id from root children.
- focusNext
void focusNext()
Focusing next widget after the current focused widget.
- focusPrev
void focusPrev()
Focusing previous widget before the current focused widget.
- freezeUI
void freezeUI(Widget widget, bool nestedFreeze)
Freez UI except widget.
If nestedFreeze is true then will be frozen all children of widget.
- getNextIndex
uint getNextIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
- hideCursor
void hideCursor()
Undocumented in source. Be warned that the author may not have intended to support it.
- isWidgetFreezingSource
bool isWidgetFreezingSource(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- isWidgetFrozen
bool isWidgetFrozen(Widget widget)
Returns true if the widget is frozen.
If not isNestedFreeze then check if widget inside freezing source
And if widget has source parent then this widget is not frozen.
- moveWidgetToFront
void moveWidgetToFront(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- onKeyPressed
void onKeyPressed(KeyPressedEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- onKeyReleased
void onKeyReleased(KeyReleasedEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouseDown
void onMouseDown(MouseDownEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouseMove
void onMouseMove(MouseMoveEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouseUp
void onMouseUp(MouseUpEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouseWheel
void onMouseWheel(MouseWheelEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- onProgress
void onProgress(ProgressEvent event)
Invokes all onProgress of all widgets and poll widgets.
- onRender
void onRender()
Renders all widgets inside camera view.
- onWindowResize
void onWindowResize(WindowResizeEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- popScissor
void popScissor()
- pushScissor
void pushScissor(Rect scissor)
- queryRenderWidgetInFront
void queryRenderWidgetInFront(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMousePositon
void setMousePositon(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- showCursor
void showCursor()
Undocumented in source. Be warned that the author may not have intended to support it.
- unfreezeUI
void unfreezeUI(Widget widget)
Unfreeze UI where source of freezing is widget.
- onKeyPressed
void onKeyPressed(KeyPressedEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- onKeyReleased
void onKeyReleased(KeyReleasedEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- onTextEntered
void onTextEntered(TextEnteredEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouseDown
void onMouseDown(MouseDownEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouseUp
void onMouseUp(MouseUpEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- onDblClick
void onDblClick(DblClickEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- onTripleClick
void onTripleClick(TripleClickEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouseMove
void onMouseMove(MouseMoveEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouseWheel
void onMouseWheel(MouseWheelEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- onWindowResize
void onWindowResize(WindowResizeEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- onWindowExposed
void onWindowExposed(WindowExposedEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.