From 36f6157bc429ee165db99b923cba586b85d5d23b Mon Sep 17 00:00:00 2001 From: AJR Date: Sat, 26 Dec 2020 13:58:46 -0500 Subject: luareference.rst: Move the luareference-input properties together --- docs/source/techspecs/luareference.rst | 6 +++--- 1 file 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 ` for the current emulation session. +machine.natkeyboard (read-only) + Gets the :ref:`natural keyboard manager `, used + for controlling keyboard and keypad input to the emulated system. machine.uiinput (read-only) The :ref:`UI input manager ` for the current emulation session. @@ -183,9 +186,6 @@ machine.render (read-only) machine.debugger (read-only) The :ref:`debugger manager ` for the current emulation session, or ``nil`` if the debugger is not enabled. -machine.natkeyboard (read-only) - Gets the :ref:`natural keyboard manager `, used - for controlling keyboard and keypad input to the emulated system. machine.options (read-only) The user-specified :ref:`options ` for the current emulation session. -- cgit v1.2.3