3 To override "named" joystick drivers add <js-named> entries
4 with paths relative to the directory where the joysticks.xml
5 file resides (first example). Such "named" drivers are only
6 picked up if their <name> tags match the joystick hardware.
7 They have precedence over already existing drivers with the
8 same <name>. (You can also add a <name>default</name> entry
9 to the driver to make it the default choice.)
11 The second example shows how to load a driver directly to
12 position 0. It will then be used for the first joystick on
13 your system and FlightGear will not overwrite it.
18 <js-named include="Input/Joysticks/Local/X45-modified.xml"/>
19 <js n="0" include="Input/Joysticks/Local/joystick_0.xml"/>
22 <js-named/> <!-- dummy to keep SimGear happy -->