cohtml::EventAction
On this page
Holds the possible actions when deciding if to handle an input event.
Types
| Name | |
|---|---|
| enum | Actions { ContinueHandling, InterruptHandling} Possible actions when deciding on input handling. |
Types Documentation
enum Actions
| Enumerator | Value | Description |
|---|---|---|
| ContinueHandling | The View will continue with the normal handling of the event. | |
| InterruptHandling | All 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.