In panning fixed left button to return both pitch and heading offset to zero
This commit is contained in:
parent
6839f957fe
commit
a16a46af5f
1 changed files with 5 additions and 0 deletions
5
mice.xml
5
mice.xml
|
@ -151,6 +151,10 @@ The current mode for each mouse is held in the
|
|||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/current-view/heading-offset-deg</property>
|
||||
<value type="double">0</value>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/current-view/pitch-offset-deg</property>
|
||||
<value type="double">0</value>
|
||||
</binding>
|
||||
|
@ -219,3 +223,4 @@ The current mode for each mouse is held in the
|
|||
</mouse>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
|
Loading…
Reference in a new issue