Skip to content

Commit 621063a

Browse files
committed
Add X11 multi-mouse capability.
1 parent 5184e27 commit 621063a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/guides/input-controller-drivers.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,14 @@ The listing below is not complete, but on the rest of the platforms, there is us
3939

4040
| Input driver | Conditions | Multi-mouse support | Pointer device | Lightgun device |
4141
|--------------|------------|---------------------|----------------|-----------------|
42-
| `x` | Desktop environment is X11, video driver is OpenGL (any version) or Vulkan | No | Yes | Yes |
42+
| `x` | Desktop environment is X11, video driver is OpenGL (any version) or Vulkan | Yes | Yes | Yes |
4343
| `wayland` | Desktop environment is Wayland, video driver is OpenGL (any version) or Vulkan | No | Yes | Yes, button map is fixed |
4444
| `sdl` | Video driver is sdl or sdl2 | No | Yes | Yes, button map is fixed |
4545
| `udev` | No desktop environment (KMS) or X11 | Yes | Yes | Yes |
4646
| `linuxraw` | No desktop environment (KMS) | No mouse support at all | No | No |
4747

48+
Multi-mouse support for X11 was added after RetroArch 1.20.0 and requires that RetroArch is compiled with XInput library. Use `xinput create-master` and `xinput reattach` commands to set up a second pointer and assign the physical device.
49+
4850
**Linux Controller Drivers**
4951

5052
| Controller driver | Conditions | Rumble support | Autoconfig support |

0 commit comments

Comments
 (0)