GestureShouldReceivePointer Method |
Specifies if gesture can receive this specific pointer point.
Namespace:
TouchScript.Gestures
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public virtual bool ShouldReceivePointer(
Pointer pointer
)
Parameters
- pointer
- Type: TouchScript.PointersPointer
The pointer.
Return Value
Type:
Booleantrue if this pointer should be received by the gesture;
false otherwise.
See Also