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.