diff options
Diffstat (limited to 'docs/source/techspecs')
-rw-r--r-- | docs/source/techspecs/luareference.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/techspecs/luareference.rst b/docs/source/techspecs/luareference.rst index d05c8fa7c9c..2da9a2cd02d 100644 --- a/docs/source/techspecs/luareference.rst +++ b/docs/source/techspecs/luareference.rst @@ -250,8 +250,6 @@ 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>`. @@ -565,6 +563,8 @@ ui.line_height (read-only) ui.menu_active (read-only) A Boolean indicating whether an interactive UI element is currently active. Examples include menus and slider controls. +ui.ui_active (read/write) + A Boolean indicating whether UI control inputs are currently enabled. ui.single_step (read/write) A Boolean controlling whether the emulated system should be automatically paused when the next frame is drawn. This property is automatically reset |