# Editor.MouseEvent.HasShift

```csharp
bool HasShift { get; set; }
```

Whether `Shift` key was being held down at the time of the event.

Declared in [Editor.MouseEvent](/api/Editor.MouseEvent).
Assembly: `Sandbox.Tools`.
