Problem when I hit multiple buttons at once they get stuck repeating infinitely

I’m using the single pico version to have a mouse emulate a gamepad, the stadia is the only one my ipad recognizes so I’m using that. I’m using a half controller half mouse setup where I hold my controller in my left hand and then use the mouse with my right hand. Anyway what ends up happening is buttons keep getting stuck on repeating forever. So it might be my aim where l2 gets stuck or shooting where r2 gets stuck and it shoots forever until I click the button again. It also does it with the movement so after I stop moving it will move forever in whatever direction gets pushed last.

I haven’t figured out exactly whats triggering it it seems like just hitting several buttons in close succession or maybe at the same time is causing this.

I looked through the forums and through the GitHub but didn’t really see anyone else having these issues can anyone help?

I don’t think I have seen this. Can you try and determine if the issue is on the input side or on the output side? I mean, is HID Remapper missing some button-release events from the controller you’re using or does the iPad miss something from HID Remapper or does HID Remapper fail to send something.

When you’re seeing these stuck buttons, are they mapped to buttons on the controller in your left hand or the mouse in your right hand? Is it both? What controller and mouse are you using?

You can also try connecting your whole setup to a PC and see if you can get those buttons to become stuck. If it only happens on an iPad that would also be some additional information.