Jon Berndt writes:
> 
> > A left click will automagically return you to the 'forward view'
>
> I still dislike this "feature", never liked it, never will. I think
> it's user-confusing and I don't know what the reason would be for having it.
> I had thought it was removed once.

Well do something about it <locally> :-)

i.e. Try changing your mice.xml to

<PropertyList>
  <file-name>"mice.xml"</file-name>
.....
.....
  <!-- Mode 2: view mode -->
......
......
   <!-- right button switches modes -->
   <button n="2">
    <binding>
     <command>property-assign</command>
     <property>/devices/status/mice/mouse[0]/mode</property>
     <value type="int">0</value>
    </binding>
    <binding>
     <command>property-assign</command>
     <property>/sim/current-view/heading-offset-deg</property>
     <value alias="/sim/view/config/front-direction-deg"/>
    </binding>
    <binding>
     <command>property-assign</command>
     <property>/sim/current-view/goal-pitch-offset-deg</property>
     <property>/sim/current-view/config/pitch-offset-deg</property>
    </binding>
   </button>
.....
.....
  </mode>

 </mouse>

</PropertyList>


Norman

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to