Click or drag to resize

TouchManagerInstanceInputs Property

Gets the list of IInputSource

Namespace:  TouchScript.Core
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public IList<IInputSource> Inputs { get; }

Property Value

Type: IListIInputSource
A sorted list of input sources.

Implements

ITouchManagerInputs
See Also