]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/FGMouseInput.hxx
Use the short xml name for properties in JSON
[flightgear.git] / src / Input / FGMouseInput.hxx
index 7e163441371b8c4a9d252d5d4d48c1f843146c13..fa684b455e9fe0323c4e6648949bb7204f4e4b3c 100644 (file)
@@ -49,6 +49,8 @@ public:
     void doMouseClick (int b, int updown, int x, int y, bool mainWindow, const osgGA::GUIEventAdapter* ea);
     void doMouseMotion (int x, int y, const osgGA::GUIEventAdapter*);
 private:
+  void processMotion(int x, int y, const osgGA::GUIEventAdapter* ea);
+    
   class FGMouseInputPrivate;
   std::auto_ptr<FGMouseInputPrivate> d;