# GetPointerPositionUnscaled

Gets the position of the pointer in unscaled form.&#x20;

### Implementation

```csharp
protected virtual Vector2 GetPointerPositionUnscaled(Vector2 mousePosition);
```
