]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/FGMouseInput.hxx
Expose a radio function (receiveBeacon) to the Nasal subsystem
[flightgear.git] / src / Input / FGMouseInput.hxx
index 7e1d5abb277f5d1f49519d1698b6d4c40572e64c..7b9705713da6737323f45423112daa4840fec7a4 100644 (file)
@@ -118,6 +118,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