Click or drag to resize

TouchLayerEventArgs Class

Arguments used with TouchLayer events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    TouchScript.LayersTouchLayerEventArgs

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