Structsยง
Enumsยง
- Touch
Move Action - An action that can be immediately performed in response to a touch move event without waiting for script.
- Touch
Move Allowed - Whether the default move action is allowed or not.
- Touch
Sequence ๐State - 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.