Click or drag to resize

PointerEventArgsPointers Property

Gets list of pointers participating in the event.

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

Property Value

Type: IListPointer
List of pointers added, changed or removed this frame.
See Also