-
Notifications
You must be signed in to change notification settings - Fork 284
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
2(+) controllers key mapping issue #209
Comments
So if you map A key to 1 controller it will be autp mapped also for 2? |
Is this an issue in the UI only, or does it affect gameplay? We should already support multiple controllers, the fact that it's displayed as |
I'm pretty sure both UI and gameplay |
Have you run actual tests or are you going by assumptions? Does pressing A on two different controllers perform the same action in the game? |
I've done actual tests(well most games I'm playing on skyline have this issue, "Cuphead" is the best one to notice)
|
When connecting 2 controllers at the same time, both controllers mapping are sharing the same key(for example, if I bind "A" keys for controller 1 and controller 2 with of course "A" button. There will be 2 possible outcome
-Skyline will both output the keys for both controllers as "KEYCODE_BUTTON_A"), this shouldn't happen because the "if one controller is using that key then other controller can't use that" or "one is pressing, other controller isn't pressing but Skyline will recognise that that "non-pressing" controller is pressing the same key as that one controller that is pressing that key"(like 2 controllers is pressing that same A key but it's not)situation will happen if that problem persists
My guess for this problem is Skyline is thinking that there's only one controller that's connecting the the emulator, and that's why it only binds the same key for 2 controllers
The text was updated successfully, but these errors were encountered: