1
0
Fork 0

Add condition axis as per issue 1249

This commit is contained in:
Philosopher 2013-11-05 14:38:43 -06:00
parent bc3aeaafa1
commit 730145eec0

View file

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