Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better handling of inputs #71

Closed
barbudreadmon opened this issue Jun 21, 2019 · 3 comments
Closed

Better handling of inputs #71

barbudreadmon opened this issue Jun 21, 2019 · 3 comments
Labels
enhancement New feature or request libretro libretro only stuff

Comments

@barbudreadmon
Copy link
Collaborator

3 objectives :

  • have dynamic list of device type by system/game
  • split hybrid inputs to different devices (i.e. device 1 is gamepad, device 2 is keyboard, ...) so that we can benefit from remapper (remapper is dependent on device type)
  • handle mahjong games in the process (mahjong keys on a keyboard device, so we can remap them)

I'll start working on this whenever i can, also tagging @fr500 in case he has other suggestions.

@fastpop72
Copy link

It possible to add the ability to map two commands to the same button?

It would be useful to map on games like assault or vindictr because they use two sticks to move the left and right girdle, so with a single Joy-Up press i can go forward and so on....

I know mame use a separate menu to map the game-specific buttons and you can assign more buttons to the same command.

About the better handling of inputs i think it would be great to have a 'controls' menu where the specific game commands like P1-Up, P1-Down, P1-Button1, P1-Fire, P1-Jump, P1-Accelerate, P1-Gear, P1-FireUp, etc.. are on the left side of the menu and on the right you can assign the corresponding joypad button (or more than 1 button that it would be great).

@barbudreadmon
Copy link
Collaborator Author

It possible to add the ability to map two commands to the same button?

That's fontend stuff so it's unrelated to this repo & issue. What you want is macro support in RA (RetroArch).

About the better handling of inputs i think it would be great to have a 'controls' menu where the specific game commands like P1-Up, P1-Down, P1-Button1, P1-Fire, P1-Jump, P1-Accelerate, P1-Gear, P1-FireUp, etc..

That's fontend stuff so it's unrelated to this repo & issue. Iirc it's how it worked in the past so i doubt the RA maintainers will revert it, they most likely had reasons to change, and honestly i prefer the current way to remap.

@barbudreadmon
Copy link
Collaborator Author

i believe situation is now ok with a1bb91c , can you give it a try ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request libretro libretro only stuff
Projects
None yet
Development

No branches or pull requests

2 participants