Hi, I'm not sure how to solve the problem ... I see that the class osgQt::QWidgetImage inherits from osg::Image, and osgQt::QWebViewImage inherits from osgWidget: BrowserImage, which in turn inherits from osg::Image.
If we define these two classes in a scene with HUD camera, no problem. But if we do it in a 3D free scene, osgQt::QWidgetImage no receives events... I'm debugging osg::QWidgetImage and, as I said, if we define it in a free 3D scene, does not go into these functions: virtual bool sendFocusHint(bool focus) virtual bool sendPointerEvent(int x, int y, int buttonMask) virtual bool sendKeyEvent(int key, bool keyDown) I do not know how to find the source of the calls to these functions ... any help? Thank you! Cheers, Aitor ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=35058#35058 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

