mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
code in events
This commit is contained in:
@@ -19,3 +19,7 @@ The `MouseMove` event is sent to a widget when the mouse pointer is moved over a
|
||||
| `ctrl` | bool | Ctrl key pressed if True |
|
||||
| `screen_x` | int | Mouse x coordinate relative to the screen |
|
||||
| `screen_y` | int | Mouse y coordinate relative to the screen |
|
||||
|
||||
## Code
|
||||
|
||||
::: textual.events.MouseMove
|
||||
|
||||
Reference in New Issue
Block a user