A macOS terminal UI for inspecting mouse events in real time.
- Live cursor position (updates during drags too)
- Button state for left, right, middle, back, and forward buttons
- Scroll stats: current dy/dx, min, max, average over last 60 events
- Scroll history bar chart
- Timestamped event log
- macOS (uses CoreGraphics event tap)
- Accessibility permission — System Settings → Privacy & Security → Accessibility
cargo run --release
| Key | Action |
|---|---|
p |
Pause / resume event log |
c |
Clear scroll history and log |
q |
Quit |