You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
platform_device_oneplus_oneplus6/DeviceParts/src/org/omnirom/device/KeyHandler.java
Line 99 in 08d7051
The text was updated successfully, but these errors were encountered: