]> git.mxchange.org Git - simgear.git/commitdiff
Support motion-tracking in pick callbacks.
authorJames Turner <zakalawe@mac.com>
Mon, 4 Mar 2013 23:11:26 +0000 (23:11 +0000)
committerJames Turner <zakalawe@mac.com>
Mon, 4 Mar 2013 23:11:40 +0000 (23:11 +0000)
simgear/scene/util/SGPickCallback.hxx

index 23bc747d9baa207b1453f40f1a4e8e97b91161e7..5dac95245386c6cb629b49b8b4ace6f4179f70e3 100644 (file)
@@ -58,6 +58,9 @@ public:
   virtual void buttonReleased(void)
   { }
 
+  virtual void mouseMoved(const osgGA::GUIEventAdapter* event)
+  { }
+
   virtual bool hover(const osg::Vec2d& windowPos, const Info& info)
   {  return false; }