Click or drag to resize

TouchManagerInstance Property

Gets the instance of ITouchManager implementation used in the application.

Namespace:  TouchScript
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static ITouchManager Instance { get; }

Property Value

Type: ITouchManager
An instance of ITouchManager which is in charge of global pointer input control in the application.
See Also