---
title: maskNumericPad
framework: coregraphics
role: symbol
role_heading: Type Property
path: coregraphics/cgeventflags/masknumericpad
---

# maskNumericPad

Identifies key events from the numeric keypad area on extended keyboards.

## Declaration

```swift
static var maskNumericPad: CGEventFlags { get }
```

## See Also

### Constants

- [maskAlphaShift](coregraphics/cgeventflags/maskalphashift.md)
- [maskShift](coregraphics/cgeventflags/maskshift.md)
- [maskControl](coregraphics/cgeventflags/maskcontrol.md)
- [maskAlternate](coregraphics/cgeventflags/maskalternate.md)
- [maskCommand](coregraphics/cgeventflags/maskcommand.md)
- [maskHelp](coregraphics/cgeventflags/maskhelp.md)
- [maskSecondaryFn](coregraphics/cgeventflags/masksecondaryfn.md)
- [maskNonCoalesced](coregraphics/cgeventflags/masknoncoalesced.md)
