Click or drag to resize

TouchLayerEventArgs Class

Arguments used with TouchLayer events.
Inheritance Hierarchy
System.Object
  System.EventArgs
    TouchScript.Layers.TouchLayerEventArgs

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

The TouchLayerEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodTouchLayerEventArgs
Initializes a new instance of the TouchLayerEventArgs class.
Top
Properties
  NameDescription
Public propertyPointer
Gets the pointer associated with the event.
Top
See Also