1
0
Fork 0
fgdata/joysticks.xml

60 lines
2.4 KiB
XML
Raw Normal View History

<?xml version="1.0"?>
2002-07-04 16:49:52 +00:00
<!--
Joystick binding definitions.
-->
<PropertyList>
<!-- Default device -->
<js n="0" include="Input/Joysticks/Default/joystick.xml"/>
<!-- Analog 4-axis 4-button joystick -->
2003-07-25 17:11:13 +00:00
<js-named include="Input/Joysticks/Default/four-axis-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-extreme-digital-3d-win.xml"/>
<js-named include="Input/Joysticks/Logitech/wingman-force.xml"/>
<js-named include="Input/Joysticks/Logitech/wingman-force-3d.xml"/>
<js-named include="Input/Joysticks/Logitech/wingman-rumblepad-usb.xml"/>
<js-named include="Input/Joysticks/Logitech/extreme-3d-win.xml"/>
<js-named include="Input/Joysticks/Logitech/extreme-3d-pro.xml"/>
<!-- Microsoft devices -->
<js-named include="Input/Joysticks/Microsoft/sidewinder.xml"/>
<js-named include="Input/Joysticks/Microsoft/sidewinder-force-feed.xml"/>
<js-named include="Input/Joysticks/Microsoft/sidewinder-force-feed-pro.xml"/>
<js-named include="Input/Joysticks/Microsoft/sidewinder-precision-pro.xml"/>
<js-named include="Input/Joysticks/Microsoft/sidewinder-3d-pro.xml"/>
2002-07-10 17:52:49 +00:00
<!-- Saitek devices -->
<js-named include="Input/Joysticks/Saitek/X45.xml"/>
<js-named include="Input/Joysticks/Saitek/X8-30.xml"/>
<js-named include="Input/Joysticks/Saitek/Cyborg-Gold-3d-USB.xml"/>
2004-05-13 14:45:27 +00:00
<js-named include="Input/Joysticks/Saitek/Cyborg-Evo.xml"/>
<js-named include="Input/Joysticks/Saitek/Cyborg-3d-Rumble-Force.xml"/>
2003-07-12 11:38:12 +00:00
<!-- ThrustMaster devices -->
2003-07-12 12:32:24 +00:00
<js-named include="Input/Joysticks/ThrustMaster/FCS.xml"/>
2003-07-12 11:38:12 +00:00
<js-named include="Input/Joysticks/ThrustMaster/Attack-Throttle.xml"/>
<js-named include="Input/Joysticks/ThrustMaster/Top-Gun-Afterburner.xml"/>
<js-named include="Input/Joysticks/ThrustMaster/Top-Gun-Fox2-Pro-USB.xml"/>
2003-07-12 11:38:12 +00:00
<!-- Lew Engineering RCJOY device for various RC transmitters. http://www.leweng.com -->
<js-named include="Input/Joysticks/LewEngineering/RC-transmitter-hitecLaser4.xml"/>
2002-07-10 17:52:49 +00:00
2004-05-03 19:02:16 +00:00
<!-- Macally devices -->
<js-named include="Input/Joysticks/Macally/istick-usb.xml"/>
</PropertyList>
<!-- end of joysticks.xml -->