TouchScript — multitouch library for Unity
TouchScript — multitouch library for Unity
TouchScript
TouchScript.Gestures
Gesture Class
Gesture Methods
AddFriendlyGesture Method
Awake Method
CanBePreventedByGesture Method
Cancel Method
CanPreventGesture Method
GetScreenPositionHitData Method
HasPointer Method
IsFriendly Method
onBegan Method
onCancelled Method
onChanged Method
OnDestroy Method
OnDisable Method
OnEnable Method
onFailed Method
onIdle Method
onPossible Method
onRecognized Method
pointersCancelled Method
pointersPressed Method
pointersReleased Method
pointersUpdated Method
reset Method
setState Method
ShouldBegin Method
shouldCachePointerPosition Method
ShouldReceivePointer Method
Gesture
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
virtual
void
pointersUpdated
(
IList
<
Pointer
>
pointers
)
Parameters
pointers
Type:
System.Collections.Generic
IList
Pointer
The pointers.
See Also
Reference
Gesture Class
TouchScript.Gestures Namespace