Skip to content

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.

2 participants