]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/FGMouseInput.hxx
Add properties for raw axis and button values, for use
[flightgear.git] / src / Input / FGMouseInput.hxx
index 5145c513b07a9e94f6da4572775c8cf8481e1b10..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,8 @@ private:
   } mouse_cursor_map[];
 
   mouse bindings[MAX_MICE];
+  
+  bool haveWarped;
 
   SGPropertyNode_ptr xSizeNode;
   SGPropertyNode_ptr ySizeNode;