2e38afe1a8
with Sidewinder Pro 3d but I do not have a string. Also I do not have the non-English strings for the USB stick. Note that this config is similar to the Force feedback stick, except the axes for the rudder and throttle are different on the Precision 2 USB and Pro 3d sticks.
33 lines
941 B
XML
33 lines
941 B
XML
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
Joystick binding definitions.
|
|
-->
|
|
|
|
<PropertyList>
|
|
|
|
<!-- Default device -->
|
|
<js n="0" include="Input/Joysticks/Default/joystick.xml"/>
|
|
|
|
<!-- FIXME: dummy placeholder to force a high starting index -->
|
|
<js-named n="999"/>
|
|
|
|
<!-- CH devices -->
|
|
<js-named include="Input/Joysticks/CH/pro-pedals-usb.xml"/>
|
|
<js-named include="Input/Joysticks/CH/pro-yoke-usb.xml"/>
|
|
|
|
<!-- Logitech devices -->
|
|
<js-named include="Input/Joysticks/Logitech/wingman-extreme-digital-3d.xml"/>
|
|
<js-named include="Input/Joysticks/Logitech/wingman-rumblepad-usb.xml"/>
|
|
|
|
<!-- Microsoft devices -->
|
|
<js-named include="Input/Joysticks/Microsoft/sidewinder-force-feed.xml"/>
|
|
<js-named include="Input/Joysticks/Microsoft/sidewinder-precision-pro.xml"/>
|
|
|
|
<!-- Saitek devices -->
|
|
<js-named include="Input/Joysticks/Saitek/X45.xml"/>
|
|
<js-named include="Input/Joysticks/Saitek/X8-30.xml"/>
|
|
|
|
</PropertyList>
|
|
|
|
<!-- end of joysticks.xml -->
|