Enumeration EVENT_TOUCH

Custom touch events

Enumeration Members

Enumeration Members

DOUBLE: "touchDouble"

custom event fired when two taps were detected in short succession

LONG: "touchLong"

custom event fired when the touches haven't moved outside of the tap radius for some time

MOVE: "touchMove"

custom event fired in addition to the standard touchmove, details offset to starting touch

NOTCH: "touchNotch"

custom event fired when the touches have moved outside of the notch radius, details offset and cardinal direction

PINCH: "touchPinch"

custom event fired when the distance between the only two touches changes beyond a tolerance

ROTATE: "touchRotate"

custom event not implemented yet

TAP: "touchTap"

custom event fired when the touches haven't moved outside of the tap radius