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

Gamepad button can only be mapped once #15

Open
esseivan opened this issue Jun 26, 2017 · 0 comments
Open

Gamepad button can only be mapped once #15

esseivan opened this issue Jun 26, 2017 · 0 comments

Comments

@esseivan
Copy link

I use a controller and tried to map 3 buttons to use in Mario Kart.
Their function is to use items as : normal, forward and backward but doing the way I did don't work.
Mapping two times the "VPAD_BUTTON_L" only do one time, so one button works and the oher don't.

You can map a controller button to multiple Gamepad buttons but not in the other way (a Gamepad button to multiple controller buttons)

Maybe it's not an issue because there's no way to do it but if this is possible. it would be nice to implement this feature.

Part of the config file :

VPAD_BUTTON_ZL		=	0x03,	0x04    // Btn 3 : Use item

VPAD_BUTTON_L		=	0x03,   0x08    // Btn 4 : Use item backward
VPAD_BUTTON_DPAD_S      =	0x03,   0x08    // 

VPAD_BUTTON_L		=	0x03,   0x10    // Btn 5 : Use item forward
VPAD_BUTTON_DPAD_N      =	0x03,   0x10    // 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant