Try the new <squared> property for the main control axes: it should
give finer control near the middle, and grosser control near the outside. I stole this idea from YASim.
This commit is contained in:
parent
8167f2f062
commit
60f3c30133
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@ axes for the hat switch, and several more buttons.
|
|||
<binding>
|
||||
<command>property-scale</command>
|
||||
<property>/controls/aileron</property>
|
||||
<squared>true</squared>
|
||||
</binding>
|
||||
</axis>
|
||||
|
||||
|
@ -40,6 +41,7 @@ axes for the hat switch, and several more buttons.
|
|||
<command>property-scale</command>
|
||||
<property>/controls/elevator</property>
|
||||
<factor type="double">-1.0</factor>
|
||||
<squared>true</squared>
|
||||
</binding>
|
||||
</axis>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue