1
0
Fork 0

Melchior FRANZ:

I'm using a different Joystick now, but these changes
were on my harddisk for a while and should be in CVS:
replace "squared" by "power 3" (the X8-30 is of rather
bad quality, and the 3 help to avoid jitter). Add
"interval-sec" settings.
This commit is contained in:
ehofman 2003-11-28 10:33:15 +00:00
parent 1afef5b03e
commit 0abab4423f

View file

@ -33,7 +33,7 @@ $Id$
<binding> <binding>
<command>property-scale</command> <command>property-scale</command>
<property>/controls/flight/aileron</property> <property>/controls/flight/aileron</property>
<squared type="bool">true</squared> <power type="bool">3</power>
</binding> </binding>
</axis> </axis>
@ -43,7 +43,7 @@ $Id$
<command>property-scale</command> <command>property-scale</command>
<property>/controls/flight/elevator</property> <property>/controls/flight/elevator</property>
<factor type="double">-1.0</factor> <factor type="double">-1.0</factor>
<squared type="bool">true</squared> <power type="bool">3</power>
</binding> </binding>
</axis> </axis>
@ -102,6 +102,7 @@ $Id$
<axis n="3"> <axis n="3">
<desc>Rudder</desc> <desc>Rudder</desc>
<binding><command>null</command></binding> <binding><command>null</command></binding>
<interval-sec type="double">0.02</interval-sec>
<low> <low>
<repeatable type="bool">true</repeatable> <repeatable type="bool">true</repeatable>
<binding> <binding>
@ -123,6 +124,7 @@ $Id$
<axis n="4"> <axis n="4">
<desc>Elevator trim</desc> <desc>Elevator trim</desc>
<binding><command>null</command></binding> <binding><command>null</command></binding>
<interval-sec type="double">0.02</interval-sec>
<low> <low>
<repeatable type="bool">true</repeatable> <repeatable type="bool">true</repeatable>
<binding> <binding>