Replies: 1 comment 4 replies
-
|
Are you talking about some way of intercepting gamepad button presses? As far as I understood when you press dpad-UP button (mapped to space) game receives two presses (space press and dpad press at once) EDIT: |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to make the "Dpad - Up" button on my controller to act ONLY as the Spacebar key.
When I normally try to do so, both keys co-exist instead of the new key's action replacing the old one, so now when I press "Up" on the Dpad, it does 2 actions.
What I want is for the Spacebar key to fully replace the Up button so that it doesn't produce conflicts.
Thank.
Beta Was this translation helpful? Give feedback.
All reactions