mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Events
This commit is contained in:
11
docs/events/mouse_release.md
Normal file
11
docs/events/mouse_release.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# MouseRelease
|
||||
|
||||
The `MouseRelease` event is sent to a widget 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 |
|
||||
Reference in New Issue
Block a user