---
title: maskNonCoalesced
framework: coregraphics
role: symbol
role_heading: Type Property
path: coregraphics/cgeventflags/masknoncoalesced
---

# maskNonCoalesced

Indicates that mouse and pen movement events are not being coalesced.

## Declaration

```swift
static var maskNonCoalesced: 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)
- [maskNumericPad](coregraphics/cgeventflags/masknumericpad.md)
