* Syd&Sandy -- Monday 28 January 2008:
> Does anyone have any objection to binding the mixture " M/m"
> control to the Condition control , since they both are fuel
> controls on different engines ?  

I object.

The functions controls.mixtureAxis() and controls.adjMixture()
should only do what their name says.

If you want to use the mixture property for condition, then
either just redefine the wrappers (whereby the conditionAxis()
function would yet have to be defined)

  controls.adjMixture = controls.adjCondition;
  controls.mixtureAxis = controls.conditionAxis;

or use the mixture property in the FDM config file instead of
the condition property (with a comment explaining it):

  - <control-setting axis="/controls/engines/engine[0]/condition" value="1.0"/>
  + <control-setting axis="/controls/engines/engine[0]/mixture" value="1.0"/>

m.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flightgear-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to