FunkinCrew / Funkin

A rhythm game made with HaxeFlixel
https://www.newgrounds.com/portal/view/770371
Other
2.95k stars 2.29k forks source link

Controllers do not register triggers as valid note inputs #2346

Open SkyKidJB opened 5 months ago

SkyKidJB commented 5 months ago

Please check for duplicates or similar issues, as well performing simple troubleshooting steps (such as clearing cookies, clearing AppData, trying another browser) before submitting an issue.

What version of the game are you using? Look in the bottom left corner of the main menu. (ex: 0.2.7, 0.2.1, shit like that)

0.3.2

Please describe your issue. Provide extensive detail and images if possible.

When I try to remap the controls for my gamepad (PS4 controller), it does not register the trigger buttons at all. It registers L1, R1 and all other buttons just fine. I have no idea what could be causing this. Relaunching the game or reinstalling it did nothing. Any help? :/

EliteMasterEric commented 4 months ago

I was able to reproduce this. I believe the cause is that the system treats the triggers as an Axis, not a Button, and I only implemented precise inputs for buttons.