Turn on the mouse tracking in your constructor. it is off by default in
QGLWidget.

setMouseTracking(true);

On Thu, Jan 28, 2010 at 7:25 PM, Tobias Bellmann <tobias.bellm...@dlr.de>wrote:

> Hi,
>
> I know this thread is a little bit old, but I've got the same symptoms in
> my QT Embedded CompositeViewer. The EventQueue of a view seems to never
> contain any osgGA::GUIEventAdapter::MOVE Events, but
> osgGA::GUIEventAdapter::PRESSED are generated.
>
> My CompositeViewer class definiton:
>
> class CompositeViewerQt: public osgViewer::CompositeViewer, public
> AdapterWidget
>
>
>
> > ive fixed my problem.
> >
> > the reason was glut
> > ive forgotten to declare a passiveMouse Callback
>
>
> could anyone explain this solution in a little more detail, and how to
> perform this with osg?
>
> Thank you!
>
> Cheers,
> Tobias
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=23355#23355
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to