1
0
Fork 0

better explanation

This commit is contained in:
mfranz 2005-11-24 13:04:31 +00:00
parent f74b2f5c23
commit cec6d6cf5b

View file

@ -1,21 +1,23 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- <!--
To override "named" joystick drivers add <js-named> entries To override or add "named" joystick drivers list them in
with paths relative to the directory where the joysticks.xml <js-named> entries with paths relative to the directory where
file resides (first example). Such "named" drivers are only the joysticks.xml file resides (first example). Such "named"
picked up if their <name> tags match the joystick hardware. drivers are only picked up if one of their <name>s matches
They have precedence over already existing drivers with the the joystick hardware (see output of the js_demo application).
same <name>. (You can also add a <name>default</name> entry These drivers have precedence over already existing drivers
to the driver to make it the default choice.) with the same <name>. (You can also add a <name>default</name>
entry to the driver to make it the default choice.)
The second example shows how to load a driver directly to The second example shows how to load a driver directly to
position 0. It will then be used for the first joystick on position 0. This will then be used for the first joystick on
your system and FlightGear will not overwrite it. your system and FlightGear will not overwrite it.
--> -->
<PropertyList> <PropertyList>
<!-- <!--
<js-named include="Input/Joysticks/Local/X45-modified.xml"/> <js-named include="Input/Joysticks/Local/X45-modified.xml"/>
<js n="0" include="Input/Joysticks/Local/joystick_0.xml"/> <js n="0" include="Input/Joysticks/Local/joystick_0.xml"/>
--> -->