Determines whether gesture controls a pointer.
Namespace:
TouchScript.Gestures
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool HasPointer(
Pointer pointer
)
Parameters
- pointer
- Type: TouchScript.PointersPointer
The pointer.
Return Value
Type:
Booleantrue if gesture controls the pointer point;
false otherwise.
See Also