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
It would be nice if a double tap on physical button could toggle the chat, if the option for toggling chat on double tap is enoubled.
This is a) related to #179, b)ut also allows to toggle chat with bluetooth headsets.
Buttons which seem useful (recorded with Input Event Checker):
DPAD_CENTER
MEDIA_PLAY_PAUSE
MEDIA_PLAY
MEDIA_PAUSE
BUTTON_A
BUTTON_THUMBR
BUTTON_THUMBL
My gamepad only sends the second KeyEvent if the first doesn’t get handled, dunno how standard this is for Android gamepads.
I’d use only PLAY_PAUSE, PLAY and PAUSE for that. The expected behavior for DPAD CENTER would be rather to toggle the overlay UI.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be nice if a double tap on physical button could toggle the chat, if the option for toggling chat on double tap is enoubled.
This is a) related to #179, b)ut also allows to toggle chat with bluetooth headsets.
Buttons which seem useful (recorded with Input Event Checker):
DPAD_CENTER
MEDIA_PLAY_PAUSE
MEDIA_PLAY
andMEDIA_PAUSE
(alternating)BUTTON_A
andDPAD_CENTER
BUTTON_THUMBR
andMEDIA_PLAY_PAUSE
BUTTON_THUMBL
andMEDIA_PLAY_PAUSE
My gamepad only sends the second KeyEvent if the first doesn’t get handled, dunno how standard this is for Android gamepads.
I’d use only PLAY_PAUSE, PLAY and PAUSE for that. The expected behavior for DPAD CENTER would be rather to toggle the overlay UI.
The text was updated successfully, but these errors were encountered: