Click or drag to resize

TouchManagerInstanceCancelPointer Method (Int32, Boolean)

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

Namespace:  TouchScript.Core
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public 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.

Implements

ITouchManagerCancelPointer(Int32, Boolean)
See Also