TouchScript — multitouch library for Unity
TouchScript — multitouch library for Unity
TouchScript
TouchScript.Gestures
LongPressGesture Class
LongPressGesture Methods
OnEnable Method
onRecognized Method
pointersPressed Method
pointersReleased Method
pointersUpdated Method
reset Method
LongPressGesture
pointersUpdated Method
Called for moved pointers.
Namespace:
TouchScript.Gestures
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
protected
override
void
pointersUpdated
(
IList
<
Pointer
>
pointers
)
Parameters
pointers
Type:
System.Collections.Generic
IList
Pointer
The pointers.
See Also
Reference
LongPressGesture Class
TouchScript.Gestures Namespace