Click or drag to resize

IGestureDelegateShouldReceivePointer Method

Returns whether a gesture should receive a pointer.

Namespace:  TouchScript
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
bool ShouldReceivePointer(
	Gesture gesture,
	Pointer pointer
)

Parameters

gesture
Type: TouchScript.GesturesGesture
The gesture.
pointer
Type: TouchScript.PointersPointer
The pointer.

Return Value

Type: Boolean
true if it should; false otherwise.
Remarks
Can be used to restrict what pointers a gesture can receive and ignore the ones it shouldn't.
See Also