- Messages
- 531
- Country
I have a rotating knob that controls the decision height.
The XML code is as simple as expected:
I roll the mouse forward and the decision height increases, 10 by 10 as expected, perfect.
But when I roll the mouse backward, it works well a few times, decreasing the value 10 by 10, before suddenly reaching 0. Very strange...
Same when I use the mouse button: if i decrease by keeping the button depressed, it decreases correctly 4 or 5 times, then directly sets the value to 0, as if there was a super-accelerator that decreases the value so quickly that it goes to 0 before giving you the time to see it.
This doesn't happen when increasing the value. I already used this in fs9, FSX and P3D and never noticed this problem before.
Did you ever notice the same?
Any idea?
Thanks.
[EDIT] I solved the problem using my own variable to manage decision height, but I consider this as a workaround. If you have any explanation, please let me know.
The XML code is as simple as expected:
Code:
<CLOCKWISE_CODE>(>K:INCREASE_DECISION_HEIGHT)</CLOCKWISE_CODE>
<ANTICLOCKWISE_CODE>(>K:DECREASE_DECISION_HEIGHT)</ANTICLOCKWISE_CODE>
I roll the mouse forward and the decision height increases, 10 by 10 as expected, perfect.
But when I roll the mouse backward, it works well a few times, decreasing the value 10 by 10, before suddenly reaching 0. Very strange...
Same when I use the mouse button: if i decrease by keeping the button depressed, it decreases correctly 4 or 5 times, then directly sets the value to 0, as if there was a super-accelerator that decreases the value so quickly that it goes to 0 before giving you the time to see it.
This doesn't happen when increasing the value. I already used this in fs9, FSX and P3D and never noticed this problem before.
Did you ever notice the same?
Any idea?
Thanks.
[EDIT] I solved the problem using my own variable to manage decision height, but I consider this as a workaround. If you have any explanation, please let me know.
Last edited: