1
0
Fork 0

Adds spoiler function with j/k keys for close/open spoilers. Sets the property /controls/flight/spoilers.

This commit is contained in:
mselig 2003-06-08 22:39:24 +00:00
parent a48332cfdf
commit 4dd8d9bfcc

View file

@ -762,6 +762,28 @@ calculated by adding 256 to the GLUT key value in glut.h.
</binding>
</key>
<key n="106">
<name>j</name>
<desc>Decrease spoilers.</desc>
<binding>
<command>property-adjust</command>
<property>/controls/flight/spoilers</property>
<min>0</min>
<step type="double">-0.25</step>
</binding>
</key>
<key n="107">
<name>k</name>
<desc>Increase spoilers.</desc>
<binding>
<command>property-adjust</command>
<property>/controls/flight/spoilers</property>
<max>1</max>
<step type="double">0.25</step>
</binding>
</key>
<key n="108">
<name>l</name>
<desc>Toggle tail-wheel lock.</desc>