]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/KLN89/kln89_page_act.cxx
Merge branch 'maint2' into next
[flightgear.git] / src / Instrumentation / KLN89 / kln89_page_act.cxx
index d121820a697c84aedd4d4e716ae08a0063f454a7..51650258247d8be6ef4bd53593fb2a2cc1523b01 100644 (file)
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "kln89_page_act.hxx"
 #include "kln89_page_apt.hxx"
 #include "kln89_page_vor.hxx"
@@ -103,6 +107,18 @@ void KLN89ActPage::ClrPressed() {
        }
 }
 
+void KLN89ActPage::Knob1Left1() {
+       if(_actPage) {
+               _actPage->Knob1Left1();
+       }
+}
+
+void KLN89ActPage::Knob1Right1() {
+       if(_actPage) {
+               _actPage->Knob1Right1();
+       }
+}
+
 void KLN89ActPage::Knob2Left1() {
        if((_kln89->_mode != KLN89_MODE_CRSR) && (_actPage)) {
                _actPage->Knob2Left1();