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

Drag direction of levers #25

Closed
gilbertohasnofb opened this issue Aug 1, 2016 · 2 comments
Closed

Drag direction of levers #25

gilbertohasnofb opened this issue Aug 1, 2016 · 2 comments

Comments

@gilbertohasnofb
Copy link
Collaborator

When I inverted the scrolling direction of the throttle and mixture levers, I also ended up inverting the click and dragging direction as well (which is very anti intuitive). The c172p shows that it's possible to have the proper scrolling direction together with the proper clicking and dragging direction, so I will study how to implement this and make a PR to fix it as soon as possible.

@gilbertohasnofb
Copy link
Collaborator Author

Okay, so what's needed is to add this to the c150-set.xml file:

        <!-- Fix scrolling direction of knobs -->
        <mouse>
            <invert-mouse-wheel type="bool">true</invert-mouse-wheel>
        </mouse>

Then inverting the value of all <factor> in all slider animations.

@gilbertohasnofb
Copy link
Collaborator Author

@Harald67 this is done, but before I create a new PR for this fix we have to merge this other PR #22 so I can update the xml files that are altered in both branches. Would you mind taking a look at that standing PR in the link above? We just need to fix that issue you are having with the FOV

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant