Click or drag to resize

TouchLayerEventArgs Constructor

Initializes a new instance of the TouchLayerEventArgs class.

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

Parameters

pointer
Type: TouchScript.PointersPointer
The pointer associated with the event.
See Also