AntiMicroX / antimicrox

Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support.
GNU General Public License v3.0
2.43k stars 140 forks source link

Buttons on Dualsense controller #847

Closed Buzbee closed 11 months ago

Buzbee commented 11 months ago

Is there an existing issue for this?

Current Behavior

Buttons 17-20 are listed for PS5 Dualsense but I cannot determine what they are. I assume maybe swipe up down left and right. It does not seem to be implemented. Button 21 is the touchpad button.

Expected Behavior

button press

Steps To Reproduce

None

Environment

Program Version 3.3.4
Compiled from packaging: GitHub Windows Release
Built Against SDL 2.28.2
Running With SDL 2.28.2
Using Qt 5.15.2
Using Event Handler: SendInput
Host OS: windows Version: 10 Architecture: x86_64

Anything else?

No response

pktiuk commented 11 months ago

This is duplicate of https://github.com/AntiMicroX/antimicrox/issues/582
By default every gamepad has hardcoded number of buttons. Fixing this will require some refactoring and unluckily I don't have much spare time in this year to fix this.