The Pan Gesture patch recognizes a pan gesture. Upon recognizing that a pan gesture has occurred, it will cancel all other interactions on the view or its subviews.
Pan Gestures are commonly used to recognize panning actions on top of views that already have interactions. (e.g. Recognizing when the user is trying to pan a tappable button.)
Reset
Resets the gesture.
Offset
The number of points used to offset the X/Y Pan output.
Gesture
The gesture connection port used to link the gesture to a view.
Pan
The total amount of X/Y translation that has occurred.
Delta
The amount of X/Y translation that occurred in the last frame.
Active
A boolean value that represents whether the patch has recognized a pan gesture.