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 public IList<Pointer> Pointers { get; }
Property Value
Type:
IListPointerList of pointers added, changed or removed this frame.
See Also