summaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-12-26 13:58:46 -0500
committer AJR <ajrhacker@users.noreply.github.com>2020-12-26 13:59:37 -0500
commit36f6157bc429ee165db99b923cba586b85d5d23b (patch)
tree22a856ffcfe8390b8e95c70bb654e09bae073353 /docs
parentb5b2741261e2726e03397b59240c2a495334c7fe (diff)
luareference.rst: Move the luareference-input properties together
Diffstat (limited to 'docs')
-rw-r--r--docs/source/techspecs/luareference.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/techspecs/luareference.rst b/docs/source/techspecs/luareference.rst
index 8589950a0f1..5bbf1f2febd 100644
--- a/docs/source/techspecs/luareference.rst
+++ b/docs/source/techspecs/luareference.rst
@@ -174,6 +174,9 @@ machine.ioport (read-only)
machine.input (read-only)
The :ref:`input manager <luareference-input-inputman>` for the current
emulation session.
+machine.natkeyboard (read-only)
+ Gets the :ref:`natural keyboard manager <luareference-input-natkbd>`, used
+ for controlling keyboard and keypad input to the emulated system.
machine.uiinput (read-only)
The :ref:`UI input manager <luareference-input-uiinput>` for the current
emulation session.
@@ -183,9 +186,6 @@ machine.render (read-only)
machine.debugger (read-only)
The :ref:`debugger manager <luareference-debug-manager>` for the current
emulation session, or ``nil`` if the debugger is not enabled.
-machine.natkeyboard (read-only)
- Gets the :ref:`natural keyboard manager <luareference-input-natkbd>`, used
- for controlling keyboard and keypad input to the emulated system.
machine.options (read-only)
The user-specified :ref:`options <luareference-core-emuopts>` for the
current emulation session.