-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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
| private static final int FP_GESTURE_LONG_PRESS = 305; |
Metadata
Metadata
Assignees
Labels
No labels