1
0
Fork 0

- change default throttle binding to move both throttle 0 and throttle

1, in anticipation of adding a twin-engine model to JSBSim
This commit is contained in:
curt 2001-07-16 03:20:39 +00:00
parent 161b3a3b53
commit 8348f7db01

View file

@ -47,7 +47,13 @@ axes for the hat switch, and several more buttons.
<desc>Throttle</desc>
<binding>
<command>property-scale</command>
<property>/controls/throttle</property>
<property>/controls/throttle[0]</property>
<offset type="double">-1.0</offset>
<factor type="double">-0.5</factor>
</binding>
<binding>
<command>property-scale</command>
<property>/controls/throttle[1]</property>
<offset type="double">-1.0</offset>
<factor type="double">-0.5</factor>
</binding>