Merge branch 'v4.2'

This commit is contained in:
RichardG867
2025-03-30 18:50:58 -03:00

View File

@@ -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 <settings/ports:Serial port 1-4>`.
.. note::
* Serial pointing devices require the configured serial port to be enabled on the :ref:`Ports page <settings/ports:Serial port 1-4>`.
* The middle button cannot be used to release mouse capture when emulating a mouse with 3 or more buttons.
Joystick
--------