X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInput%2FFGMouseInput.hxx;h=fa684b455e9fe0323c4e6648949bb7204f4e4b3c;hb=76020894600c4d20f958f3d402419dc0fce78b74;hp=7e163441371b8c4a9d252d5d4d48c1f843146c13;hpb=f2c267f5d736652f602aa236554000aa484fe423;p=flightgear.git diff --git a/src/Input/FGMouseInput.hxx b/src/Input/FGMouseInput.hxx index 7e1634413..fa684b455 100644 --- a/src/Input/FGMouseInput.hxx +++ b/src/Input/FGMouseInput.hxx @@ -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 d;