Click or drag to resize

LongPressGestureDistanceLimit Property

Gets or sets maximum distance in cm pointers can move before gesture fails.

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

Property Value

Type: Single
Distance in cm.
See Also