Files
textual/docs/events/mouse_capture.md
Will McGugan 28d395f774 code in events
2022-09-26 10:41:36 +01:00

17 lines
459 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
- [ ] Verbose
## Attributes
| attribute | type | purpose |
| ---------------- | ------ | --------------------------------------------- |
| `mouse_position` | Offset | Mouse coordinates when the mouse was captured |
## Code
::: textual.events.MouseCapture