Click or drag to resize

GestureMaxPointers Property

Gets or sets maximum number of pointers this gesture reacts to. The gesture will not be recognized if it has more than MaxPointers pointers.

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

Property Value

Type: Int32
Maximum number of pointers.
See Also