diff options
author | 2024-04-14 01:09:58 +0200 | |
---|---|---|
committer | 2024-04-14 01:10:07 +0200 | |
commit | e294e5598ffa0d2e7c83a69865529a57c70e8fa1 (patch) | |
tree | 01cc55d0eab36ecd813b8e250dd8ce0e839f4df2 /docs/source/luascript | |
parent | 4c4bb3181b343f7a7e238ce6cea8fae30bada908 (diff) |
misc internal artwork: disable orange mouse pointer (false positive clickable artwork detection)
Diffstat (limited to 'docs/source/luascript')
-rw-r--r-- | docs/source/luascript/ref-render.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/luascript/ref-render.rst b/docs/source/luascript/ref-render.rst index 7cc1400b3cb..1ebe11df3e1 100644 --- a/docs/source/luascript/ref-render.rst +++ b/docs/source/luascript/ref-render.rst @@ -1157,7 +1157,7 @@ view.has_art (read-only) items that are not visible because the user has hidden the item collection that they belong to. view.show_pointers (read/write) - A Boolean that sets whether mouse and pon pointers should be displayed for + A Boolean that sets whether mouse and pen pointers should be displayed for the view. view.hide_inactive_pointers (read/write) A Boolean that sets whether mouse pointers for the view should be hidden |