AlphaAlphaProtected Alpha_AlphadeltasThe double tap delta.
The input deltas, represented as an array of [x, y] coordinates.
AlphaAlphaAlphaThe layout of the single touch input source. The layout can be one of the following:
joystick: A virtual joystick.touch: A touch.Default is joystick.
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.
AlphaThe double tap delta.
The input deltas, represented as an array of [x, y] coordinates.
Single gesture input source.