Click or drag to resize

ITouchManagerPressedPointers Property

Gets the list of pressed pointers.

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

Property Value

Type: IListPointer
An unsorted list of all pointers which were pressed but not released yet.
See Also