Click or drag to resize

TouchHandlerHasPointers Property

Gets a value indicating whether there any active pointers.

Namespace:  TouchScript.InputSources.InputHandlers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public bool HasPointers { get; }

Property Value

Type: Boolean
true if this instance has active pointers; otherwise, false.
See Also