1
0
Fork 0

Input/Joysticks/Saitek/Aviator.xml: Add squared to stick and rudder. It is needed.

This commit is contained in:
Anders Gidenstam 2010-12-18 17:27:12 +01:00
parent 819d7ab811
commit 274e20ee1f

View file

@ -120,6 +120,7 @@
<property>/controls/flight/aileron</property> <property>/controls/flight/aileron</property>
<dead-band type="double">0.01</dead-band> <dead-band type="double">0.01</dead-band>
<offset type="double">0.0</offset> <offset type="double">0.0</offset>
<squared type="bool">1</squared>
</binding> </binding>
</axis> </axis>
@ -138,6 +139,7 @@
<dead-band type="double">0.01</dead-band> <dead-band type="double">0.01</dead-band>
<offset type="double">0.0</offset> <offset type="double">0.0</offset>
<factor type="double">-1.0</factor> <factor type="double">-1.0</factor>
<squared type="bool">1</squared>
</binding> </binding>
</axis> </axis>
@ -156,6 +158,7 @@
<dead-band type="double">0.01</dead-band> <dead-band type="double">0.01</dead-band>
<offset type="double">0.0</offset> <offset type="double">0.0</offset>
<factor type="double">1.0</factor> <factor type="double">1.0</factor>
<squared type="bool">1</squared>
</binding> </binding>
<!-- binding> <!-- binding>
<command>nasal</command> <command>nasal</command>