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

Game is boosted unless the boost button is pressed, when boost button is set to a trigger button. #464

Open
aljohnston112 opened this issue Aug 30, 2021 · 2 comments

Comments

@aljohnston112
Copy link

Built "0.9.12 git#0 x64-JIT SSE2" from source.
Using "Logitech, Inc. F710 Wireless Gamepad [XInput Mode]" for the joystick.
If I set one of the triggers to be the boost button, then the game is boosted unless the button is pressed.
It seems that other buttons do not have this issue and act as expected.

@zeromus
Copy link
Contributor

zeromus commented Aug 30, 2021

what shows up in the hotkey configuration window as the binding?

@thesourcehim
Copy link
Contributor

I suspect it's analog axis tied to a trigger that causes this. When you press certain buttons gamepad sends both "button pressed" and "axis value changed" signals. Which of these two events are caught when you bind a key to an action is somewhat random as well as which direction axis value is changing at that moment (+ or -). So it might be that boost action is bound to button release in this case.

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

3 participants