Logitech-Logitech-Extreme-3D.xml 898 B

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <name type="string">Logitech Logitech Extreme 3D</name>
  4. <axis>
  5. <desc type="string">Aileron</desc>
  6. <binding>
  7. <command type="string">property-scale</command>
  8. <property type="string">/controls/flight/aileron</property>
  9. <factor type="double">1</factor>
  10. <offset type="double">0</offset>
  11. </binding>
  12. </axis>
  13. <axis n="1">
  14. <desc type="string">Elevator</desc>
  15. <binding>
  16. <command type="string">property-scale</command>
  17. <property type="string">/controls/flight/elevator</property>
  18. <factor type="double">-1</factor>
  19. <offset type="double">0</offset>
  20. </binding>
  21. </axis>
  22. <axis n="3">
  23. <desc type="string">Throttle (all)</desc>
  24. <binding>
  25. <command type="string">nasal</command>
  26. <script type="string">controls.throttleAxis();</script>
  27. </binding>
  28. </axis>
  29. </PropertyList>