Click or drag to resize

ITouchManager.Inputs Property

Gets the list of IInputSource

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

Property Value

Type: IList<IInputSource>
A sorted list of input sources.
See Also