TouchScript — multitouch library for Unity
TouchScript — multitouch library for Unity
TouchScript
TouchScript.Gestures
ReleaseGesture Class
ReleaseGesture Methods
CanBePreventedByGesture Method
CanPreventGesture Method
onRecognized Method
pointersPressed Method
pointersReleased Method
ShouldReceivePointer Method
ReleaseGesture
pointersPressed Method
Called when new pointers appear.
Namespace:
TouchScript.Gestures
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
protected
override
void
pointersPressed
(
IList
<
Pointer
>
pointers
)
Parameters
pointers
Type:
System.Collections.Generic
IList
Pointer
The pointers.
See Also
Reference
ReleaseGesture Class
TouchScript.Gestures Namespace