Holds information for input event PhaseType.
Enumerator |
---|
NONE | No event is being processed at this time.
|
CAPTURING_PHASE | The event is being propagated through the target's ancestor objects.
|
AT_TARGET | The event has arrived at the event's target, event's node is the one that is being hit by the input.
|
BUBBLING_PHASE | The event is propagating back up through the target's ancestors in reverse order.
|