# originalMousePosition

> The original mouse position of the IMGUI event, before it is transformed to the current target local coordinates.

## Definition

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

```csharp
public Vector2 originalMousePosition { get; }
```
