Event

Undocumented in source.

Members

Functions

bubbling
bool bubbling(bool newBubbling)

Pseudo flag for convenience. Opposite to sinking.

bubbling
bool bubbling()

Pseudo flag for convenience. Opposite to sinking.

Variables

context
GuiContext context;

Reference to GuiContext class, used to obtain some global information.

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