Click or drag to resize

GestureMinPointers Property

Gets or sets minimum number of pointers this gesture reacts to. The gesture will not be recognized if it has less than MinPointers pointers.

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

Property Value

Type: Int32
Minimum number of pointers.
See Also