Click or drag to resize

GesturePreviousScreenPosition Property

Gets previous screen position.

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

Property Value

Type: Vector2
Gesture's previous position in screen coordinates.
See Also