Home
last modified time | relevance | path

Searched refs:get_launchbar (Results 1 – 2 of 2) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/Aircraft/
H A Dcontrols.hxx349 inline bool get_launchbar() const { return launchbar; } in get_launchbar() function in FGControls
H A Dcontrols.cxx358 _tiedProperties.Tie( "launchbar", this, &FGControls::get_launchbar, &FGControls::set_launchbar) in bind()