Try and finish what looked like an unfinished line

I'm not 100% sure if it makes sense to say "pressed" or "held down" here;
I'm going with "held down" as pressed sort of suggests something a bit
different. Mostly this change here is to highlight that this thought seems
unfinished.
This commit is contained in:
Dave Pearson
2022-10-15 08:34:30 +01:00
parent e127ee6dc5
commit cf5cc9832f

View File

@@ -156,7 +156,7 @@ Coordinates may be relative to the screen, so `(0, 0)` would be the top left of
### 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).
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.
The following example shows mouse movements being used to _attach_ a widget to the mouse cursor.