1.14.0.5
Hummingbird
A modern user interface library for games
cohtml::EventAction Namespace Reference

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

Enumerations

enum  Actions { ContinueHandling, InterruptHandling }
 Possible actions when deciding on input handling. More...
 

Detailed Description

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

Enumeration Type Documentation

◆ Actions

Possible actions when deciding on input handling.

Enumerator
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.