I have two PS4 controllers that I want to configure to move separate pointers with each controller's analog wheel.
I cannot find a way in Steam Desktop Controller Configuration to set to use the master pointer I've created with the commands below:
~ ❯❯❯ xinput create-master controle1 ⏎ ~ ❯❯❯ xinput list ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ Logitech K400 Plus id=8 [slave pointer (2)] ⎜ ↳ Wireless Controller Touchpad id=11 [slave pointer (2)] ⎣ Virtual core keyboard id=3 [master keyboard (2)] ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)] ↳ Power Button id=6 [slave keyboard (3)] ↳ Power Button id=7 [slave keyboard (3)] ↳ UVC Camera (046d:0825) id=9 [slave keyboard (3)] ↳ Logitech K400 Plus id=10 [slave keyboard (3)] ⎡ controle1 pointer id=12 [master pointer (13)] ⎜ ↳ controle1 XTEST pointer id=14 [slave pointer (12)] ⎣ controle1 keyboard id=13 [master keyboard (12)] ↳ controle1 XTEST keyboard id=15 [slave keyboard (13)] ~ ❯❯❯ xinput reattach 11 "controle1 pointer" ```
Nothing extracted yet.
I have two PS4 controllers that I want to configure to move separate pointers with each controller's analog wheel.
I cannot find a way in Steam Desktop Controller Configuration to set to use the master pointer I've created with the commands below: