Module touch

Source

Structsยง

FlingAction ๐Ÿ”’
TouchHandler
TouchPoint
TouchSequenceInfo

Enumsยง

TouchMoveAction
An action that can be immediately performed in response to a touch move event without waiting for script.
TouchMoveAllowed
Whether the default move action is allowed or not.
TouchSequenceState ๐Ÿ”’
The states of the touch input state machine.

Constantsยง

FLING_MAX_SCREEN_PX ๐Ÿ”’
Maximum velocity when flinging.
FLING_MIN_SCREEN_PX ๐Ÿ”’
Minimum velocity required for transitioning to fling when panning ends.
FLING_SCALING_FACTOR ๐Ÿ”’
Factor by which the flinging velocity changes on each tick.
TOUCH_PAN_MIN_SCREEN_PX ๐Ÿ”’
Minimum number of DeviceIndependentPixel to begin touch scrolling.