# `GlyphsReporter modifierMask`

*Instance Method*

The modifier mask that is combined with the keyEquivalent.

## Declaration

```swift
optional func modifierMask() -> NSEvent.ModifierFlags
```

```objc
- (NSEventModifierFlags) modifierMask;
```

```python
modifierMask() -> NSEventModifierFlags
```

