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 B button not working #12

Open
BastienAlexandre opened this issue Oct 21, 2020 · 0 comments
Open

Controller B button not working #12

BastienAlexandre opened this issue Oct 21, 2020 · 0 comments

Comments

@BastienAlexandre
Copy link

I'm trying to use a controller with my phone
Everything works fine except the B button with any controller, it does not work.

After some research it seems like the touch gesture feature is intercepting the B button nav_code.
B button is 305, so i think this line cause the issue :

private static final int FP_GESTURE_LONG_PRESS = 305;

In logcat the B button is correctly detected as 305, but i'm unable to bind the button in any other app.

private static final int FP_GESTURE_LONG_PRESS = 305;

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