TouchScript — multitouch library for Unity
TouchScript — multitouch library for Unity
TouchScript
TouchScript.Core
TouchManagerInstance Class
TouchManagerInstance Methods
CancelPointer Method
CancelPointer Method (Int32)
CancelPointer Method (Int32, Boolean)
TouchManagerInstance
CancelPointer 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#
Copy
public
void
CancelPointer
(
int
id
,
bool
shouldReturn
)
Parameters
id
Type:
System
Int32
Pointer id to cancel.
shouldReturn
Type:
System
Boolean
If the pointer should be redispatched to the system.
Implements
ITouchManager
CancelPointer(Int32, Boolean)
See Also
Reference
TouchManagerInstance Class
CancelPointer Overload
TouchScript.Core Namespace