TouchScript — multitouch library for Unity
TouchScript — multitouch library for Unity
TouchScript
TouchScript.Gestures
PressGesture Class
PressGesture Methods
CanBePreventedByGesture Method
CanPreventGesture Method
onRecognized Method
pointersPressed Method
ShouldReceivePointer Method
PressGesture
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
PressGesture Class
TouchScript.Gestures Namespace