Add verbose tag to events docs

This commit is contained in:
Darren Burns
2022-09-14 16:47:34 +01:00
parent bc229b4ee6
commit 863f2a6932
23 changed files with 24 additions and 3 deletions

View File

@@ -3,10 +3,11 @@
The `MouseScrollDown` event is sent to a widget when the scroll wheel (or trackpad equivalent) is moved _down_.
- [x] Bubbles
- [x] Verbose
## Attributes
| attribute | type | purpose |
| --------- | ---- | -------------------------------------- |
|-----------|------|----------------------------------------|
| `x` | int | Mouse x coordinate, relative to Widget |
| `y` | int | Mouse y coordinate, relative to Widget |