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

Xbox 360 wireless receiver mapping all controllers to same player #4

Closed
RobertDaleSmith opened this issue Sep 19, 2022 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@RobertDaleSmith
Copy link
Owner

Problem:
The Microsoft Xbox 360 Wireless Receiver for Windows allows for pairing multiple controllers. But currently every controller paired is being mapped to the same player.

Solution:
Quick peak into this and the reason for this is because each player is assigned by device address. Although each controller paired to the Xbox 360 receiver get a unique device index number, they all use the same device address number. We need to adjust the players array to handle this case. (unique index with same address)

@RobertDaleSmith RobertDaleSmith added the bug Something isn't working label Sep 19, 2022
@RobertDaleSmith
Copy link
Owner Author

Resolved by release: USB2PCE_2023_06_08

RobertDaleSmith pushed a commit that referenced this issue Jan 11, 2024
Note: Functionality is disabled by default, and must be compiled-in. To do so, edit "hid_app.c" and uncomment the line which defines the "MID_BUTTON_SWAPPABLE" preprocessor symbol
RobertDaleSmith pushed a commit that referenced this issue Jan 11, 2024
Add feature to swap mouse buttons ( #4 )
RobertDaleSmith added a commit that referenced this issue Jan 11, 2024
Nuon Polyface controller protocol research and development.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant