From abcd75f577fd38970ce5b13d8d15a6ec14500fac Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sun, 30 Mar 2025 18:42:19 -0300 Subject: [PATCH] Add note about 3-button mouse release --- settings/input.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/settings/input.rst b/settings/input.rst index a241d03..074633a 100644 --- a/settings/input.rst +++ b/settings/input.rst @@ -12,11 +12,14 @@ Emulate a pointing device. The following types are supported: * **Bus mouse:** ISA expansion card with a mouse interface. The I/O port and IRQ used by the card are configurable. * **Serial mouse:** connected to the serial port of your choosing. +* **Serial tablet:** also connected to a serial port, but providing absolute (seamless) input on supported operating systems and/or applications. * **PS/2 mouse:** connected to the PS/2 port. Only available on machines with a PS/2 mouse port. The *Configure* button opens a new window with settings specific to the selected device type, such as the number of buttons, or the serial port for a serial mouse or tablet. -.. note:: Serial pointing devices require the configured serial port to be enabled on the :ref:`Ports tab `. +.. note:: + * Serial pointing devices require the configured serial port to be enabled on the :ref:`Ports page `. + * The middle button cannot be used to release mouse capture when emulating a mouse with 3 or more buttons. Joystick --------