]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/input.hxx
Remove unneeded inclusions of windows.h, GL.h and GLU.H
[flightgear.git] / src / Input / input.hxx
index eef9e243457e90f8962c4993a7c291012893c0a3..9491685ec7315ce46857428a3d3a19e6a330175f 100644 (file)
@@ -233,13 +233,13 @@ private:
     virtual ~mouse ();
     int x;
     int y;
+    int save_x;
+    int save_y;
     SGPropertyNode_ptr mode_node;
     SGPropertyNode_ptr mouse_button_nodes[MAX_MOUSE_BUTTONS];
     int nModes;
     int current_mode;
     double timeout;
-    int save_x;
-    int save_y;
     mouse_mode * modes;
   };
 
@@ -341,6 +341,7 @@ private:
   bool _key_alt;
   bool _key_meta;
   bool _key_super;
+  bool _key_hyper;
 };
 
 #endif // _INPUT_HXX