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

Problem with assigning triggers which sends buttons and axis at once #8

Open
eVenent opened this issue Apr 27, 2023 · 0 comments
Open

Comments

@eVenent
Copy link

eVenent commented Apr 27, 2023

Some of my controllers - like OUYA Controller or Razer Kishi - on triggers have assigned 2 actions at once (verified in joy.cpl): axis and button, what is not letting me properly assign buttons in GamepadPhoenix because application sometimes catches button (and then my triggers are working like digital triggers), and sometimes catches negative axis, so my trigger button is always pressed and is "getting unpressed" when I am really pressing it.

I think if undo button would catch every pressed action I would be able to come back to proper button action undoing assignment of negative axis and button press, reaching first action registered - positive axis.
Alternatively I was trying to edit config file as well, and assign proper actions manually, but codes are not readable like it is in SDL mappings (b1,+a1,-a1), so it's not possible to fix mappings in this way. Maybe making these codes more user-friendly would help too resolving my problem.

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