View source
enum abstract EventPhase(Int)
package openfl.events
from Int, UInt to Int, UInt
Available on all platforms
The EventPhase class provides values for the eventPhase
property of the Event class.
See also:
Variables
inlineread onlyAT_TARGET:EventPhase = 2
The target phase, which is the second phase of the event flow.
inlineread onlyBUBBLING_PHASE:EventPhase = 3
The bubbling phase, which is the third phase of the event flow.
inlineread onlyCAPTURING_PHASE:EventPhase = 1
The capturing phase, which is the first phase of the event flow.