OpenStickCommunity / GP2040-CE

Multi-Platform Gamepad Firmware for Raspberry Pi Pico and other RP2040 boards
https://gp2040-ce.info
MIT License
1.33k stars 300 forks source link

Would you consider adding support of mouse #662

Open AlanZ-Git opened 8 months ago

AlanZ-Git commented 8 months ago

Have you checked the GP2040-CE documentation HERE to confirm this feature doesn't already exist?

Yes

Which problem is this feature request solving?

I found it useful to set right-click in keyboard mapping. It helps a lot in using hitbox for Street Fighter 6.

Why I don't use XBOX mode to play SF6: I can get more keys to use with keyboard mode. And more keys help me to quickly change setting in training in game.

Why right-click is necessary: In SF6, "confirm" is A in XBOX, and F in keyboard. "Cancel" is B in XBOX, and right-click in keyboard (mode).

Describe the solution you would like to see

Make it available to set right-click in keyboard mapping.

Describe alternatives you've considered

not much.

Can you submit a pull request?

Sorry I only know a little python.

Are you planning on working on this feature yourself?

No. It would be great help it you do so. Thank you.

TheTrainGoes commented 8 months ago

Hi @AlanZ-Git,

At this time I am not aware of anyone who is working on mouse inputs for HID-Keyboard mode.

I will leave this open incase anyone sees it and would like to work on it.

AlanZ-Git commented 8 months ago

@TheTrainGoes Thank you! I will try to learn to read these code to see if I can make the new function.