Skip to content

Commit c4f8b9f

Browse files
committed
words
1 parent b3387a8 commit c4f8b9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/textual/pilot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ async def mouse_down(
110110
the offset specified and it must be within the visible area of the screen.
111111
112112
Args:
113-
selector: A widget or selector that should be used as the reference
113+
selector: A widget or selector used as an origin
114114
for the event offset. If this is not specified, the offset is interpreted
115115
relative to the screen. You can use this parameter to try to target a
116116
specific widget. However, if the widget is currently hidden or obscured by
117117
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
119119
provided or to the screen, if no selector is provided.
120120
shift: Simulate the event with the shift key held down.
121121
meta: Simulate the event with the meta key held down.

0 commit comments

Comments
 (0)