]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/FGKeyboardInput.hxx
Canvas: First version of new Canvas GUI system.
[flightgear.git] / src / Input / FGKeyboardInput.hxx
index 225d0f65e47b3d4d8a18c98f3f0ca4b7df3ff9f5..886823269e4b97c1f7ffa10e95b0f2273805a6ed 100644 (file)
 #ifndef _FGKEYBOARDINPUT_HXX
 #define _FGKEYBOARDINPUT_HXX
 
-#ifndef __cplusplus                                                          
+#ifndef __cplusplus
 # error This library requires C++
 #endif
 
 #include "FGCommonInput.hxx"
 #include "FGButton.hxx"
 #include <simgear/structure/subsystem_mgr.hxx>
+#include <simgear/props/tiedpropertylist.hxx>
 
 ////////////////////////////////////////////////////////////////////////
 // The Keyboard Input Class
@@ -66,6 +67,7 @@ private:
   bool _key_meta;
   bool _key_super;
   bool _key_hyper;
+  simgear::TiedPropertyList _tiedProperties;
 };
 
 #endif