# localMousePosition

> The mouse position in the current target coordinate system.

## Definition

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

```csharp
Vector2 localMousePosition { get; }
```

### Remarks

The value of this property changes throughout the propagation process for each element receiving the event along the propagation path.

Additional Resources: [EventBase.currentTarget](/engine/6000.3/script-reference/unityengine/uielements/eventbase/currenttarget.md)
