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

Controller on Bluetooth mode breaks after using the library #66

Open
AryanRarestand opened this issue Feb 5, 2025 · 0 comments
Open

Comments

@AryanRarestand
Copy link

Before loading the library the controller works just fine but after loading the library the controller is still being recognized by windows but no input is recognized.
Now I did a little more digging and I found out the input report is changed after sending the first output report (this only happens when we're doing it through 0x31 report id which is the bluetooth output report id) and thus windows cannot recognize the newly structed input report and the inputs will be ignored. This ONLY happens through Bluetooth and doing it through USB works just fine. I've seen other apps using an emulated controller driver as a workaround but I wanna see if there's any way to prevent this from ever happening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant