Qware joystick: limit field of view.
This commit is contained in:
parent
b5a5b958d2
commit
b3a3f73a69
1 changed files with 4 additions and 2 deletions
|
@ -149,7 +149,8 @@
|
|||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>/sim/current-view/field-of-view</property>
|
||||
<step type="double">0.5</step>
|
||||
<step type="double">0.3</step>
|
||||
<max>179</max>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
|
@ -170,7 +171,8 @@
|
|||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>/sim/current-view/field-of-view</property>
|
||||
<step type="double">-0.5</step>
|
||||
<step type="double">-0.3</step>
|
||||
<min>1</min>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
|
|
Loading…
Reference in a new issue