---
title: CGEventTapOptions.defaultTap
framework: coregraphics
role: symbol
role_heading: Case
path: coregraphics/cgeventtapoptions/defaulttap
---

# CGEventTapOptions.defaultTap

## Declaration

```swift
case defaultTap
```

## Discussion

Discussion Specifies that a new event tap is an active filter. (Applications targeting OS X v10.4 should use the literal value to create an active filter event tap, as this constant was omitted from the header.)

## See Also

### Constants

- [CGEventTapOptions.listenOnly](coregraphics/cgeventtapoptions/listenonly.md)
