AlphaAlphaProtected Alpha_AlphadeltasThe count deltas, represented as an array of integers.
The pinch deltas, represented as an array of integers.
The touch deltas, represented as an array of [x, y] coordinates.
AlphaAlphaAlphaFires an event with the given name and arguments.
The event name to fire.
The arguments to pass to the event listeners.
AlphaRemoves an event listener for the specified event.
The event name to stop listening for.
The callback function to remove.
AlphaAdds an event listener for the specified event.
The event name to listen for.
The callback function to execute when the event is triggered.
AlphaReturns the current frame state and resets the deltas to zero.
The count deltas, represented as an array of integers.
The pinch deltas, represented as an array of integers.
The touch deltas, represented as an array of [x, y] coordinates.
Multi-touch input source class