diff options
author | 2024-04-14 07:36:45 +1000 | |
---|---|---|
committer | 2024-04-14 07:36:45 +1000 | |
commit | 8e7af961c656c1cc1b1d2282a1c2a3d8d1f6d020 (patch) | |
tree | c2b961f3cbf7d7f80baa2176223608b6bb14ee7d /docs/source/luascript/ref-core.rst | |
parent | 7662be246fa603345ec44776ca0f09984328c4bd (diff) |
emu/rendlay.cpp, ui/ui.cpp: Allow layout views to control pointer display.
Diffstat (limited to 'docs/source/luascript/ref-core.rst')
-rw-r--r-- | docs/source/luascript/ref-core.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/source/luascript/ref-core.rst b/docs/source/luascript/ref-core.rst index f761b20f5de..7b72d90ebdb 100644 --- a/docs/source/luascript/ref-core.rst +++ b/docs/source/luascript/ref-core.rst @@ -587,9 +587,6 @@ driver.is_bios_root (read-only) driver.requires_artwork (read-only) A Boolean indicating whether the system requires external artwork to be usable. -driver.clickable_artwork (read-only) - A Boolean indicating whether the system requires clickable artwork features - to be usable. driver.unofficial (read-only) A Boolean indicating whether this is an unofficial but common user modification to a system. |