---
title: eventTracking
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/runloop/mode/eventtracking
---

# eventTracking

The mode set when tracking events modally, such as a mouse-dragging loop.

## Declaration

```swift
static let eventTracking: RunLoop.Mode
```

## See Also

### System Run Loop Modes

- [common](foundation/runloop/mode/common.md)
- [default](foundation/runloop/mode/default.md)
- [modalPanel](foundation/runloop/mode/modalpanel.md)
- [tracking](foundation/runloop/mode/tracking.md)
