Hi guys.

I'm using Logitech force 3d joystick (force-3d-pro.xml) and the Y hat is inversed. When I do hat up, it actually looks down and vice versa. Is this the expected behaviour?

I then changed two values from positive to negative of the view elevation in the config and it works fine now. I attached the patch. What do you think?


Regards.

Matevž Jekovec
--- force-3d-pro.xml.orig       2012-09-22 22:01:48.000000000 +0200
+++ force-3d-pro.xml    2012-09-22 21:53:43.000000000 +0200
@@ -112,7 +112,7 @@
    <binding>
     <command>property-adjust</command>
     <property>/sim/current-view/goal-pitch-offset-deg</property>
-    <step type="double">-2.0</step>
+    <step type="double">2.0</step>
    </binding>
   </low>
   <high>
@@ -120,7 +120,7 @@
    <binding>
     <command>property-adjust</command>
     <property>/sim/current-view/goal-pitch-offset-deg</property>
-    <step type="double">2.0</step>
+    <step type="double">-2.0</step>
    </binding>
   </high>
  </axis>
------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to