Click or drag to resize

GesturePreviousState Property

Gets previous gesture state.

Namespace:  TouchScript.Gestures
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public GestureGestureState PreviousState { get; }

Property Value

Type: GestureGestureState
Previous state of the gesture.
See Also