Click or drag to resize

GesturePointersNumState Enumeration

Current state of the number of pointers.

Namespace:  TouchScript.Gestures
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected enum PointersNumState
Members
  Member nameValueDescription
InRange0 The number of pointers is between min and max thresholds.
TooFew1 The number of pointers is less than min threshold.
TooMany2 The number of pointers is greater than max threshold.
PassedMinThreshold3 The number of pointers passed min threshold this frame and is now in range.
PassedMaxThreshold4 The number of pointers passed max threshold this frame and is now in range.
PassedMinMaxThreshold5 The number of pointers passed both min and max thresholds.
See Also