]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/FGMouseInput.hxx
Remove dead file.
[flightgear.git] / src / Input / FGMouseInput.hxx
index 7e1d5abb277f5d1f49519d1698b6d4c40572e64c..ba0054ca0c38f46e58ab0a41d359115a71a10ad2 100644 (file)
@@ -37,7 +37,8 @@
 #include <list>
 #include <simgear/structure/subsystem_mgr.hxx>
 #include <simgear/scene/util/SGPickCallback.hxx>
-#include <Main/renderer.hxx>
+#include <Viewer/renderer.hxx>
+
 /**
   * List of currently pressed mouse button events
   */
@@ -118,6 +119,15 @@ private:
   } mouse_cursor_map[];
 
   mouse bindings[MAX_MICE];
+  
+  bool haveWarped;
+
+  SGPropertyNode_ptr xSizeNode;
+  SGPropertyNode_ptr ySizeNode;
+  SGPropertyNode_ptr xAccelNode;
+  SGPropertyNode_ptr yAccelNode;
+  SGPropertyNode_ptr hideCursorNode;
+  SGPropertyNode_ptr cursorTimeoutNode;
 };
 
 #endif