Indicate whether the event bubbles up through the hierarchy or not.
The type code of the touch event
An array of current touches
Indicate whether the event bubbles up through the hierarchy or not.
A reference to the currently registered target for the event.
Indicates which phase of the event flow is currently being evaluated. Returns an integer value represented by 4 constants:
Stops propagation for current event immediately, the event won't even be dispatched to the listeners attached in the current target.
Stops propagation for current event.
Indicate whether the touch event is simulated or real
A reference to the target to which the event was originally dispatched.
The current touch object
The name of the event (case-sensitive), e.g. "click", "fire", or "submit".
The type code of Acceleration event.
The target phase comprises only the event target node [markdown] (http://www.w3.org/TR/DOM-Level-3-Events/#event-flow)
The event type code of touch began event.
The bubbling phase comprises any subsequent nodes encountered on the return trip to the root of the hierarchy [markdown] (http://www.w3.org/TR/DOM-Level-3-Events/#event-flow)
The event type code of touch canceled event.
The capturing phase comprises the journey from the root to the last node before the event target's node markdown
The event type code of touch ended event.
The type code of Keyboard event.
The maximum touch point numbers simultaneously
The type code of Mouse event.
The event type code of touch moved event.
Events not currently dispatched are in this phase.
Code for event without type.
The type code of Touch event.
Returns touches of event.
Gets current target of the event
note: It only be available when the event listener is associated with node.
It returns 0 when the listener is associated with fixed priority.
Returns the X axis delta distance from the previous location to current location.
Returns the Y axis delta distance from the previous location to current location.
Returns event type code.
Returns the id of the current touch point.
Returns location X axis data.
Returns location Y axis data.
Returns touches of event.
Gets the event type.
Checks whether the event has been stopped.
Reinitialize the event for being used again after retrieved from the object pool.
The name of the event (case-sensitive), e.g. "click", "fire", or "submit"
A boolean indicating whether the event bubbles up through the tree or not
Sets touch location.
The current touch location on the x axis
The current touch location on the y axis
Reset the event for being stored in the object pool.
Generated using TypeDoc
The touch event.