GuiEvent

Undocumented in source.

Members

Functions

bubbling
bool bubbling()
Undocumented in source. Be warned that the author may not have intended to support it.
bubbling
bool bubbling(bool newBubbling)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handled
bool handled;

Specifies if event was already handled. Useful for checking if any child has handled this event. Set automatically by EventPropagator

sinking
bool sinking;

If this flag is set - event propagates from root widget to target widget otherwise it is bubbling from target to root

Meta