Click or drag to resize

FlickGestureFlickTime Property

Gets or sets time interval in seconds in which pointers must move by MinDistance for gesture to succeed.

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

Property Value

Type: Single
Interval in seconds in which pointers must move by MinDistance for gesture to succeed.
See Also