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

Controller's triggers tweaking #1103

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

peerobo
Copy link
Contributor

@peerobo peerobo commented Jul 20, 2022

I have a use case like this with my defect controller:

  • Open gamepadtester
  • The left trigger registered all the way to 1.0 but the right trigger only registered 0.5-0.6 when fully pressed.
  • The problem was affected clearly in racing games, the car couldn't reach full acceleration.
    Hence, I make a new tweak option for the controller. For example, you can adjust to 75% to make moonlight register a 3/4 press trigger as a fully pressed trigger.
    And with this tweak, you can transform an analog trigger into a digital one by lower to a very small % value.

@cgutman
Copy link
Member

cgutman commented Jul 22, 2022

Can you implement the configuration dialog such that both the minimum and maximum values can be tweaked? That would be helpful for handling controllers that need a larger or smaller trigger deadzone.

@peerobo
Copy link
Contributor Author

peerobo commented Jul 22, 2022

Can you implement the configuration dialog such that both the minimum and maximum values can be tweaked? That would be helpful for handling controllers that need a larger or smaller trigger deadzone.

That's a good idea. Let me see.

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

Successfully merging this pull request may close these issues.

None yet

2 participants