Files
textual/docs/events/mouse_capture.md
Will McGugan 2650dd500d Events
2022-08-17 16:11:12 +01:00

12 lines
403 B
Markdown

# MouseCapture
The `MouseCapture` event is sent to a widget when it is capturing mouse events from outside of its borders on the screen.
- [ ] Bubbles
## Attributes
| attribute | type | purpose |
| ---------------- | ------ | --------------------------------------------- |
| `mouse_position` | Offset | Mouse coordinates when the mouse was captured |