Click or drag to resize

TouchManagerInstanceAddInput Method

Adds an input source.

Namespace:  TouchScript.Core
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public 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.

Implements

ITouchManagerAddInput(IInputSource)
See Also