# Editor.PopupWidget.OpenBelowCursor

```csharp
void OpenBelowCursor(float distance, float centering = 0.5)
```

Open the window this many pixels below the cursor.

### Parameters

- `distance` (`float`)
- `centering` (`float`), default `0.5`

Declared in [Editor.PopupWidget](/api/Editor.PopupWidget).
Assembly: `Sandbox.Tools`.
