]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/analogcomponent.hxx
toggle fullscreen: also adapt GUI plane when resizing
[flightgear.git] / src / Autopilot / analogcomponent.hxx
index ccbd099b61d206169ae0932d8d064891a6d50ff1..fc658befe287d38fffc9f4bbdac89c3bb6b3a7fa 100644 (file)
@@ -133,6 +133,9 @@ protected:
              it != _output_list.end(); ++it)
           (*it)->setDoubleValue( value );
     }
+
+public:
+    const PeriodicalValue * getPeriodicalValue() const { return _periodical; }
 };
 
 inline void AnalogComponent::disabled( double dt )