1
0
Fork 0

Qware joystick: limit field of view.

This commit is contained in:
Gijs de Rooy 2012-01-29 21:44:25 +01:00
parent b5a5b958d2
commit b3a3f73a69

View file

@ -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>