Click or drag to resize

ReleaseGestureShouldReceivePointer 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
C#
public override bool ShouldReceivePointer(
	Pointer pointer
)

Parameters

pointer
Type: TouchScript.PointersPointer
The pointer.

Return Value

Type: Boolean
true if this pointer should be received by the gesture; false otherwise.
See Also