TouchScript — multitouch library for Unity
TouchScript — multitouch library for Unity
TouchScript
TouchScript
ITouchManager Interface
ITouchManager Methods
AddInput Method
CancelPointer Method
RemoveInput Method
UpdateResolution Method
ITouchManager
RemoveInput Method
Removes the input.
Namespace:
TouchScript
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
bool
RemoveInput
(
IInputSource
input
)
Parameters
input
Type:
TouchScript.InputSources
IInputSource
Input source to remove.
Return Value
Type:
Boolean
true
if the input source was removed;
false
otherwise.
See Also
Reference
ITouchManager Interface
TouchScript Namespace