Click or drag to resize

TapGestureCombinePointersInterval Property

Gets or sets time interval before gesture is recognized to combine all lifted pointers into a cluster to use its center as [!:ScreenPosition].

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

Property Value

Type: Single
Time in seconds to treat pointers lifted off during this interval as a single gesture.
See Also