abstract class GUI::Eventable::Event

Overview

The base for all Component input events.

Direct Known Subclasses

Defined in:

eventable.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def propagate? : Bool #

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


[View source]
def stop_propagation #

Stops the event from propagating down the Component tree.


[View source]