The rudder and throttle need swapping based on the OS just like the Sidewinder 
Precision Pro.

Paul
Index: Input/Joysticks/Microsoft/sidewinder-force-feed-pro.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Input/Joysticks/Microsoft/sidewinder-force-feed-pro.xml,v
retrieving revision 1.3
diff -u -r1.3 sidewinder-force-feed-pro.xml
--- Input/Joysticks/Microsoft/sidewinder-force-feed-pro.xml	12 Jan 2004 17:49:44 -0000	1.3
+++ Input/Joysticks/Microsoft/sidewinder-force-feed-pro.xml	22 Jan 2005 14:36:44 -0000
@@ -46,8 +46,12 @@
   </binding>
  </axis>
 
- <axis n="3">
+ <axis>
   <desc>Rudder</desc>
+  <number>
+   <unix>2</unix>
+   <windows>3</windows>
+  </number>
   <binding>
    <command>property-scale</command>
    <property>/controls/flight/rudder</property>
@@ -55,8 +59,12 @@
   </binding>
  </axis>
 
- <axis n="2">
+ <axis>
   <desc>Throttle</desc>
+  <number>
+   <unix>3</unix>
+   <windows>2</windows>
+  </number>
   <binding>
    <command>property-scale</command>
    <property>/controls/engines/engine[0]/throttle</property>
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to