AlphaAlphaOptionallayout: "joystick-joystick" | "joystick-touch" | "touch-joystick" | "touch-touch"The layout of the dual gesture source.
Protected Alpha_AlphadeltasThe double tap delta.
The left input deltas.
The right input deltas.
AlphaGets the layout of the dual gesture input source.
AlphaSets the layout of the dual gesture input source. The value is a hyphen-separated pair
describing the left and right inputs respectively, where each side can be either
joystick (a virtual joystick) or touch (a touch). Defaults to joystick-touch.
AlphaAlphaAlphaAlphaAlphaFires 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 left input deltas.
The right input deltas.
Dual gesture input source.