We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#bleGamepad.setLeftThumb(a,b); working fine ;
bleGamepad.setRightThumb(x,y); This function is not working properly.
It was supposed to control Axis3, but it actually controls Axis5, just like the picture below;
The text was updated successfully, but these errors were encountered:
bleGamepad.setZ(); bleGamepad.setRX();
These functions can be used instead for the time being
Sorry, something went wrong.
This is still an issue, but it looks like a relatively easy fix. If it doesn't get fixed soon, I might even send in a PR.
No branches or pull requests
#bleGamepad.setLeftThumb(a,b); working fine ;
bleGamepad.setRightThumb(x,y); This function is not working properly.
It was supposed to control Axis3, but it actually controls Axis5, just like the picture below;
The text was updated successfully, but these errors were encountered: