]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/input.hxx
add <mod-meta> and <mod-super> XML elements for key bindings
[flightgear.git] / src / Input / input.hxx
index 3b3803e9fe7877100dd4ce4ee80b48dc6a38325d..eef9e243457e90f8962c4993a7c291012893c0a3 100644 (file)
@@ -336,9 +336,11 @@ private:
   int  _key_code;
   int  _key_modifiers;
   bool _key_pressed;
+  bool _key_shift;
   bool _key_ctrl;
   bool _key_alt;
-  bool _key_shift;
+  bool _key_meta;
+  bool _key_super;
 };
 
 #endif // _INPUT_HXX