diff options
| author | 2023-03-23 04:02:46 +1100 | |
|---|---|---|
| committer | 2023-03-23 04:02:46 +1100 | |
| commit | dda5f71a40ba2ba3cf463a0891f24296fbd45b34 (patch) | |
| tree | 42cd393c33f39bdf088fa79e865cb9004aed0d32 /docs | |
| parent | 00f317b3d321d25b3ca404870beb7e12b092c376 (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.rst | 2 |
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>`. |
