Click or drag to resize

ITouchManagerAddInput Method

Adds an input source.

Namespace:  TouchScript
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
bool AddInput(
	IInputSource input
)

Parameters

input
Type: TouchScript.InputSourcesIInputSource
Input source to add.

Return Value

Type: Boolean
true if the input source wasn't in the list and was added; false otherwise.
See Also