Objects update,
[fg:toms-fgdata.git] / joysticks.xml
1 <?xml version="1.0"?>
2 <!--
3         To override or add "named" joystick drivers list them in
4         <js-named> entries with paths relative to the directory where
5         the joysticks.xml file resides (first example). Such "named"
6         drivers are only picked up if one of their <name>s matches
7         the joystick hardware (see output of the js_demo application).
8         These drivers have precedence over already existing drivers
9         with the same <name>. (You can also add a <name>default</name>
10         entry to the driver to make it the default choice.)
11
12         The second example shows how to load a driver directly to
13         position 0. This will then be used for the first joystick on
14         your system and FlightGear will not overwrite it.
15 -->
16
17 <PropertyList>
18 <!--
19         <js-named include="Input/Joysticks/Local/X45-modified.xml"/>
20
21         <js n="0" include="Input/Joysticks/Local/joystick_0.xml"/>
22 -->
23 </PropertyList>