aduros / wasm4

Build retro games using WebAssembly for a fantasy console.
https://wasm4.org
ISC License
1.14k stars 168 forks source link

False buttons registration? #743

Open 0riginaln0 opened 2 months ago

0riginaln0 commented 2 months ago

Button1 (X) and button2 (Z) are also triggered with other buttons. Button1 - V and > Button2 - C and <

I'm checking for the new input only GAMEPAD1[]

Tested in Windows 10, w4 2.7.0

aduros commented 1 month ago

This is actually an undocumented feature allowing players to use whichever layout they choose. We should document this somewhere, I'll keep this open until then. Thanks!