summaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2023-03-23 04:02:46 +1100
committer Vas Crabb <vas@vastheman.com>2023-03-23 04:02:46 +1100
commitdda5f71a40ba2ba3cf463a0891f24296fbd45b34 (patch)
tree42cd393c33f39bdf088fa79e865cb9004aed0d32 /docs
parent00f317b3d321d25b3ca404870beb7e12b092c376 (diff)
-luaengine.cpp: Expose UI controls toggle state.
-ui/ui.cpp: Honour UI enable for machines without keyboards.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/techspecs/luareference.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/techspecs/luareference.rst b/docs/source/techspecs/luareference.rst
index 4c3c5098004..d05c8fa7c9c 100644
--- a/docs/source/techspecs/luareference.rst
+++ b/docs/source/techspecs/luareference.rst
@@ -250,6 +250,8 @@ machine:logerror(msg)
Properties
^^^^^^^^^^
+machine.ui_active (read/write)
+ A Boolean indicating whether UI control inputs are currently enabled.
machine.time (read-only)
The elapsed emulated time for the current session as an
:ref:`attotime <luareference-core-attotime>`.