Click or drag to resize

PointerEventArgs Class

Arguments dispatched with TouchManager events.
Inheritance Hierarchy

Namespace:  TouchScript
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class PointerEventArgs : EventArgs

The PointerEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyPointers
Gets list of pointers participating in the event.
Top
Methods
  NameDescription
Public methodStatic memberGetCachedEventArgs
Returns cached instance of EventArgs. This cached EventArgs is reused throughout the library not to alocate new ones on every call.
Top
See Also