mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
12 lines
391 B
Markdown
12 lines
391 B
Markdown
# MouseRelease
|
|
|
|
The `MouseRelease` event is sent to a widget when it is no longer receiving mouse events outside of its borders.
|
|
|
|
- [ ] Bubbles
|
|
|
|
## Attributes
|
|
|
|
| attribute | type | purpose |
|
|
| ---------------- | ------ | -------------------------------------------- |
|
|
| `mouse_position` | Offset | Mouse coordinates when the mouse was release |
|