Click or drag to resize

PointerPosition Property

Current position in screen coordinates.

Namespace:  TouchScript.Pointers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public Vector2 Position { get; set; }

Property Value

Type: Vector2

Implements

IPointerPosition
See Also