Click or drag to resize

ITouchManagerCancelPointer Method (Int32, Boolean)

Cancels a pointer and returns it to the system of need.

Namespace:  TouchScript
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
void CancelPointer(
	int id,
	bool shouldReturn
)

Parameters

id
Type: SystemInt32
Pointer id to cancel.
shouldReturn
Type: SystemBoolean
If the pointer should be redispatched to the system.
See Also