# modifiers

> Gets flags that indicate whether modifier keys (Alt, Ctrl, Shift, Windows/Cmd) are pressed.

## Definition

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

```csharp
public EventModifiers modifiers { get; protected set; }
```

### Remarks

Refer to [EventModifiers](/engine/6000.3/script-reference/unityengine/eventmodifiers.md) for more information.
