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 `MouseDown` event is sent to a widget when a mouse button is pressed.
|
||||
| `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.MouseDown
|
||||
|
||||
Reference in New Issue
Block a user