Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi pointer controller configuration #7323

Open
brauliobo opened this issue Aug 18, 2020 · 0 comments
Open

Multi pointer controller configuration #7323

brauliobo opened this issue Aug 18, 2020 · 0 comments

Comments

@brauliobo
Copy link

brauliobo commented Aug 18, 2020

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" ```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants