Hi Aitor,

Could you move these questions to osg-users as the osg-submissions
lists is just for handling submissions of code, not for general
support issues.

Thanks,
Robert.

On Wed, Dec 22, 2010 at 8:53 AM, Aitor Ardanza <[email protected]> wrote:
> 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=35049#35049
>
>
>
>
>
> _______________________________________________
> osg-submissions mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
>
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to