class

GUI::Eventable::Event

Inherits Reference < Object

The base for all Component input events.

Constructors

Instance methods

propagate?

Checks if the event should continue to propagate down the Component tree.

Source
stop_propagation

Stops the event from propagating down the Component tree.

Source