Click or drag to resize

GestureStateChangeEventArgs Class

Event arguments for Gesture state change events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    TouchScript.GesturesGestureStateChangeEventArgs

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

The GestureStateChangeEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodGestureStateChangeEventArgs
Initializes a new instance of the GestureStateChangeEventArgs class.
Top
Properties
  NameDescription
Public propertyPreviousState
Previous gesture state.
Public propertyState
Current gesture state.
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