ihatecsv / ControlStadia

ControlStadia is a Chrome Extension which allows arbitrary mapping of input devices to a "standard" virtual input controller which works with Stadia!
GNU General Public License v3.0
29 stars 11 forks source link

D-Pad constant button press #11

Open chaseacej opened 4 years ago

chaseacej commented 4 years ago

When navigating menus with my Logitech Driving Force Pro, the D-Pad button is like its being constantly pressed. When mapping the D-Pad, all the up/down/left/right inputs show as axis 9, no matter which of the d-pad buttons i press.

jobukkit commented 3 years ago

Same issue with the Nacon Revolution Unlimited. The problem is that these controllers give every direction on the d-pad as a certain value on axis 9, and the plugin does not support this. Chrome implements it here https://source.chromium.org/chromium/chromium/src/+/master:device/gamepad/gamepad_standard_mappings.cc;l=45?q=DpadFromAxis&sq=&ss=chromium

etiennea commented 3 years ago

Same with the sixaxis ps3 controller, both the d-pad and the triggers do not work. They are detected in ControlStadia but then do not actually work.

Screenshot 2021-01-12 at 23 55 55

These are the values when nothing is pressed and the buttons are mapped correctly

running-machin commented 3 years ago

the same issue, could help us fix it?