We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8520a commit bd24588Copy full SHA for bd24588
src/textual/pilot.py
@@ -291,8 +291,8 @@ async def _post_mouse_events(
291
functions that the pilot exposes.
292
293
Args:
294
- widget: A widget or selector to specify the widget that used as the reference
295
- for the events offset. If this is not specified, the offset is interpreted
+ widget: A widget or selector used as the origin
+ for the event's offset. If this is not specified, the offset is interpreted
296
relative to the screen. You can use this parameter to try to target a
297
specific widget. However, if the widget is currently hidden or obscured by
298
another widget, the events may not land on the widget you specified.
0 commit comments