[Android] 'Pause toggle' hotkey not working correctly
Expected behavior
Set a 'pause toggle' hotkey and use it in game.
Actual behavior
I set a pause toggle hotkey, the A button (and hold Select to activate). When doing this I could no longer select anything in the RetroArch menus. It's taken over the 'A' button without even holding the 'Select' hotkey. And it doesn't pause in game either. I think this has been broken for years. (And it happens with any selected button).
Steps to reproduce the bug
Set a 'Pause Toggle' hotkey and try to use it.
I've had this exact same thing happen and imagine many others are as following the RP2+ starter video has you walk right into this issue.
Likely most people aren't taking the time to report for a lot of legit reasons (non technical, don't use GitHub, not searching correctly to find this thread, etc).
related to #9998
This is still a problem, just happened to me on my retroid 3
This appears to still be an issue. getting it on a retroid flip
possibly related to this code? https://github.com/libretro/RetroArch/blob/cd574f7f337a3d97268ca220abea15b2fd433325/input/drivers/android_input.c#L902-L915
sends 2 presses instead of a press and release?