mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Update docs/guide/input.md
This commit is contained in:
@@ -156,7 +156,7 @@ Coordinates may be relative to the screen, so `(0, 0)` would be the top left of
|
|||||||
|
|
||||||
### Mouse movements
|
### Mouse movements
|
||||||
|
|
||||||
When you move the mouse cursor over a widget it will receive [MouseMove](../events/mouse_move.md) events which contain the coordinate of the mouse and information about what modified keys (++ctrl++, ++shift++ etc) are held down.
|
When you move the mouse cursor over a widget it will receive [MouseMove](../events/mouse_move.md) events which contain the coordinate of the mouse and information about what modifier keys (++ctrl++, ++shift++ etc) are held down.
|
||||||
|
|
||||||
The following example shows mouse movements being used to _attach_ a widget to the mouse cursor.
|
The following example shows mouse movements being used to _attach_ a widget to the mouse cursor.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user