1
0
Fork 0
fgdata/joysticks.xml
david dad91e6e70 Patch from Sergey V. Udaltsov:
I've got nice joystick Logitech WingMan Force and found no file for it
in FG 0.8. If anyone interested, I offer it here. It is based on
Logitech WingMan Extreme configuration, but there are less axes (no
rudder:() and more (9!) buttons (actually, I don't use them all). Hope
it is useful.
2002-10-13 10:56:59 +00:00

37 lines
1.1 KiB
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-extreme-digital-3d-win.xml"/>
<js-named include="Input/Joysticks/Logitech/wingman-force.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"/>
<js-named include="Input/Joysticks/Saitek/Cyborg-Gold-3d-USB.xml"/>
</PropertyList>
<!-- end of joysticks.xml -->