mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
13 lines
400 B
Markdown
13 lines
400 B
Markdown
# MouseScrollUp
|
|
|
|
The `MouseScrollUp` event is sent to a widget when scroll wheel (or trackpad equivalent) is moved _up_.
|
|
|
|
- [x] Bubbles
|
|
|
|
## Attributes
|
|
|
|
| attribute | type | purpose |
|
|
| --------- | ---- | -------------------------------------- |
|
|
| `x` | int | Mouse x coordinate, relative to Widget |
|
|
| `y` | int | Mouse y coordinate, relative to Widget |
|