-
Notifications
You must be signed in to change notification settings - Fork 886
Description
Is your feature request related to a problem? Please describe.
I have an 8BitDo SN30 Pro gamepad that I connect to my Android phone.
This controller turns off when you hold start for 3 seconds.
I need to use mouse emulation mode sometimes in Moonlight. It is toggled by long pressing start. Luckily, the duration of the long press seems to be a little less than 3 seconds, so there is a window of opportunity to toggle mouse emulation mode and not turn off the gamepad, but I still accidentally turn it off sometimes!
Describe the solution you'd like
Allow selecting a method which toggles mouse emulation mode
Ideally: let me choose to hold any 1 button, or to hold 2 buttons, to make sure there's always a way to not conflict with any controller built in feature or game specific bind.
Describe alternatives you've considered
Currently the mouse emulation mode is turned on when the start button is released, thus making me guess when I have to stop pressing it. Just making it happen when the time threshold is met instead of "on release" would solve the issue too.
Screenshots
No response