File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,12 +110,12 @@ async def mouse_down(
110
110
the offset specified and it must be within the visible area of the screen.
111
111
112
112
Args:
113
- selector: A widget or selector that should be used as the reference
113
+ selector: A widget or selector used as an origin
114
114
for the event offset. If this is not specified, the offset is interpreted
115
115
relative to the screen. You can use this parameter to try to target a
116
116
specific widget. However, if the widget is currently hidden or obscured by
117
117
another widget, the event may not land on the widget you specified.
118
- offset: The offset for the event. The offset is relative to the selector
118
+ offset: The offset for the event. The offset is relative to the selector / widget
119
119
provided or to the screen, if no selector is provided.
120
120
shift: Simulate the event with the shift key held down.
121
121
meta: Simulate the event with the meta key held down.
You can’t perform that action at this time.
0 commit comments