From 730145eec048ac639fc12959b3b272c719a8d561 Mon Sep 17 00:00:00 2001 From: Philosopher Date: Tue, 5 Nov 2013 14:38:43 -0600 Subject: [PATCH] Add condition axis as per issue 1249 --- Nasal/controls.nas | 1 + 1 file changed, 1 insertion(+) diff --git a/Nasal/controls.nas b/Nasal/controls.nas index 8c51da4d8..404e43c99 100644 --- a/Nasal/controls.nas +++ b/Nasal/controls.nas @@ -80,6 +80,7 @@ var throttleAxis = axisHandler("/controls/engines/engine[", "]/throttle"); var mixtureAxis = axisHandler("/controls/engines/engine[", "]/mixture"); var propellerAxis = axisHandler("/controls/engines/engine[", "]/propeller-pitch"); 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. # Shouldn't be called from other contexts.