1
0
Fork 0
fgdata/joysticks.xml
jimw 2e38afe1a8 Added support for non FF sidewinder precision 2 usb. This should also work
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.
2002-09-04 01:43:40 +00:00

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 -->