TouchScript — multitouch library for Unity
TouchScript — multitouch library for Unity
TouchScript
TouchScript.InputSources
InputSource Class
InputSource Methods
addPointer Method
M:TouchScript.InputSources.InputSource.cancelPointer(TouchScript.Pointers.Pointer)
CancelPointer Method
INTERNAL_DiscardPointer Method
OnDisable Method
OnEnable Method
pressPointer Method
releasePointer Method
remapCoordinates Method
removePointer Method
updateCoordinatesRemapper Method
UpdateInput Method
updatePointer Method
UpdateResolution Method
InputSource
pressPointer Method
Mark the pointer as touching the surface.
Namespace:
TouchScript.InputSources
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
protected
virtual
void
pressPointer
(
Pointer
pointer
)
Parameters
pointer
Type:
TouchScript.Pointers
Pointer
The pointer.
See Also
Reference
InputSource Class
TouchScript.InputSources Namespace