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 protected enum PointersNumState
Members
| Member name | Value | Description |
---|
| InRange | 0 |
The number of pointers is between min and max thresholds.
|
| TooFew | 1 |
The number of pointers is less than min threshold.
|
| TooMany | 2 |
The number of pointers is greater than max threshold.
|
| PassedMinThreshold | 3 |
The number of pointers passed min threshold this frame and is now in range.
|
| PassedMaxThreshold | 4 |
The number of pointers passed max threshold this frame and is now in range.
|
| PassedMinMaxThreshold | 5 |
The number of pointers passed both min and max thresholds.
|
See Also