GestureActivePointers Property |
Gets list of gesture's active pointers.
Namespace:
TouchScript.Gestures
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public IList<Pointer> ActivePointers { get; }
Property Value
Type:
IListPointer The list of pointers owned by this gesture.
See Also