From c04e2cbe0b88d67fed6b0316633cb9cbed4c76aa Mon Sep 17 00:00:00 2001 From: AJR Date: Sat, 26 Dec 2020 13:38:14 -0500 Subject: natkeyboard: Remove from ioport_manager --- docs/source/techspecs/luareference.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/source/techspecs') diff --git a/docs/source/techspecs/luareference.rst b/docs/source/techspecs/luareference.rst index d15c74efe0b..8589950a0f1 100644 --- a/docs/source/techspecs/luareference.rst +++ b/docs/source/techspecs/luareference.rst @@ -183,6 +183,9 @@ 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. @@ -1596,9 +1599,6 @@ ioport.ports[] Gets the emulated :ref:`I/O ports ` in the system. Keys are absolute tags. The ``at`` and ``index_of`` methods have O(n) complexity; all other supported operations have O(1) complexity. -ioport.natkeyboard - Gets the :ref:`natural keyboard manager `, used - for controlling keyboard and keypad input to the emulated system. .. _luareference-input-natkbd: @@ -1611,7 +1611,7 @@ keypad inputs. Instantiation ^^^^^^^^^^^^^ -manager.machine.ioport.natkeyboard +manager.machine.natkeyboard Gets the global natural keyboard manager instance for the emulated machine. Methods @@ -1675,7 +1675,7 @@ Represents a keyboard or keypad input device managed by the Instantiation ^^^^^^^^^^^^^ -manager.machine.ioport.natkeyboard.keyboards[tag] +manager.machine.natkeyboard.keyboards[tag] Gets the keyboard input device with the specified tag, or ``nil`` if the tag does not correspond to a keyboard input device. -- cgit v1.2.3-70-g09d2