# deltaPosition

> Gets the difference between the pointer's position during the previous pointer event and its position during the current pointer event.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.6/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
Vector3 deltaPosition { get; }
```

### Remarks

This value is based on [\_position](/engine/6000.6/script-reference/unityengine/uielements/ipointerevent/position.md) and is expressed in panel coordinates.
