cohtml::EventAction

Holds the possible actions when deciding if to handle an input event.

Types

Name
enumActions { ContinueHandling, InterruptHandling}
Possible actions when deciding on input handling.

Types Documentation

enum Actions

EnumeratorValueDescription
ContinueHandlingThe View will continue with the normal handling of the event.
InterruptHandlingAll handling will be interrupted along with event bubbling. Eventual event listeners on the Node will not be called.

Possible actions when deciding on input handling.