Class SKGestureDetectorOptions
Configuration options for the SKGestureDetector gesture recognition engine.
public class SKGestureDetectorOptions
- Inheritance
-
SKGestureDetectorOptions
- Derived
- Inherited Members
Remarks
These options control the thresholds and timing used to classify touch input into discrete gesture types. Adjust these values to fine-tune gesture sensitivity for your application.
SKGestureDetector SKGestureTrackerOptionsConstructors
Properties
- DoubleTapSlop
Gets or sets the maximum distance, in pixels, between two taps for them to be recognized as a double-tap gesture.
- FlingThreshold
Gets or sets the minimum velocity, in pixels per second, required for a pan gesture to be classified as a fling upon touch release.
- LongPressDuration
Gets or sets the duration a touch must be held stationary before a long press gesture is recognized.
- TouchSlop
Gets or sets the minimum movement distance, in pixels, before a touch is considered a pan gesture.