You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Inverted is clicked the Deadzone values (Min, Ctr Min, Ctr Max and Max) should probably be inverted (mirrored) as well.
As an example, with Inverted checked, Axis input value is -0.128 but it is affected by the center deadzone specified on by the 0.200-0.741 on the right (Ctr Max/Max). I think it would be more intuitive to mirror the deadzone vaules as well.
The values for Min, Ctr min, Ctr Max and Max (blue circles) cannot be manually entered, any value entered via the keyboard resets if the Axis moves or the window is closed.
[Minor] It would look better if the Min, Center and Max input boxes were adjusted (red arrows)
The text was updated successfully, but these errors were encountered:
Inverting the display is a bit involved - I'll see what I can do with that as an enhancement request.
You can use the mouse wheel with the blue boxes. It's not that you cannot enter data, it's that you're running into a quirk with the validator that prevents input when it should allow it. I ran into something similar with the integer input boxes the other day, I'll need to do the same for the floating point ones as the default validator is entirely too aggressive.
As an example, with Inverted checked, Axis input value is -0.128 but it is affected by the center deadzone specified on by the 0.200-0.741 on the right (Ctr Max/Max). I think it would be more intuitive to mirror the deadzone vaules as well.
The values for Min, Ctr min, Ctr Max and Max (blue circles) cannot be manually entered, any value entered via the keyboard resets if the Axis moves or the window is closed.
[Minor] It would look better if the Min, Center and Max input boxes were adjusted (red arrows)
The text was updated successfully, but these errors were encountered: