Click or drag to resize

GestureCancel Method (Boolean, Boolean)

Cancels this gesture.

Namespace:  TouchScript.Gestures
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void Cancel(
	bool cancelPointers,
	bool returnPointers
)

Parameters

cancelPointers
Type: SystemBoolean
if set to true also implicitly cancels all pointers owned by the gesture.
returnPointers
Type: SystemBoolean
if set to true redispatched all canceled pointers.
See Also