From 88f082b468a5c080e6f128239983c2052c23e2d3 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Mon, 1 Jan 2024 19:34:54 -0800 Subject: [PATCH] fix typo in api docs --- docs/dev/Lua API.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/Lua API.rst b/docs/dev/Lua API.rst index 378f7ed68..ee68fd7fc 100644 --- a/docs/dev/Lua API.rst +++ b/docs/dev/Lua API.rst @@ -4035,7 +4035,7 @@ Misc of keycodes to *true* or *false*. For instance, it is possible to use the table passed as argument to ``onInput``. - You can send mouse clicks as will by setting the ``_MOUSE_L`` key or other + You can send mouse clicks as well by setting the ``_MOUSE_L`` key or other mouse-related pseudo-keys documented with the ``screen:onInput(keys)`` function above. Note that if you are simulating a click at a specific spot on the screen, you must set ``df.global.gps.mouse_x`` and