Click or drag to resize

FlickGestureMovementThreshold Property

Gets or sets minimum distance in cm pointers must move to start recognizing this gesture.

Namespace:  TouchScript.Gestures
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public float MovementThreshold { get; set; }

Property Value

Type: Single
Minimum distance in cm pointers must move to start recognizing this gesture.
Remarks
Prevents misinterpreting taps.
See Also