cohtml::InputEventPhase

Types

Name
enumPhaseType { NONE = 0, CAPTURING_PHASE = 1, AT_TARGET = 2, BUBBLING_PHASE = 3}
Holds information for input event PhaseType.

Types Documentation

enum PhaseType

EnumeratorValueDescription
NONE0No event is being processed at this time.
CAPTURING_PHASE1The event is being propagated through the target’s ancestor objects.
AT_TARGET2The event has arrived at the event’s target, event’s node is the one that is being hit by the input.
BUBBLING_PHASE3The event is propagating back up through the target’s ancestors in reverse order.

Holds information for input event PhaseType.