Add condition axis as per issue 1249
This commit is contained in:
parent
bc3aeaafa1
commit
730145eec0
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ var throttleAxis = axisHandler("/controls/engines/engine[", "]/throttle");
|
||||||
var mixtureAxis = axisHandler("/controls/engines/engine[", "]/mixture");
|
var mixtureAxis = axisHandler("/controls/engines/engine[", "]/mixture");
|
||||||
var propellerAxis = axisHandler("/controls/engines/engine[", "]/propeller-pitch");
|
var propellerAxis = axisHandler("/controls/engines/engine[", "]/propeller-pitch");
|
||||||
var carbHeatAxis = axisHandler("/controls/anti-ice/engine[", "]/carb-heat");
|
var carbHeatAxis = axisHandler("/controls/anti-ice/engine[", "]/carb-heat");
|
||||||
|
var conditionAxis = axisHandler("/controls/engines/engine[", "]/condition");
|
||||||
|
|
||||||
# Joystick axis handler for controlling subsets of similar properties.
|
# Joystick axis handler for controlling subsets of similar properties.
|
||||||
# Shouldn't be called from other contexts.
|
# Shouldn't be called from other contexts.
|
||||||
|
|
Loading…
Reference in a new issue