Hi Romain,

On Thu, May 7, 2009 at 4:06 PM, Romain Charbit <[email protected]> wrote:
> So there's no way to change the mouse cursor when using 
> GraphicsWindowEmbedded?

This is correct.  GraphicsWindowEmbedded is effectively a non op, it
doesn't provide any functionality apart for making it possible to use
the standard osgViewer classes with an existing graphics context.
This makes it possible to use SDL or GLUT with osgViewer but it is
very limited as GraphicsWindowEmbedded doesn't know anything about the
actual window or the graphics context so it can't do anything.

I would only recommend using GraphicsWindowEmbedded if you have very
simple and restricted viewer needs, the majority of users will need
more than this though, and using either osgViewer's built in graphics
window support or using graphics window inheritance to get the desired
functionality.

FYI, Frederic's changes and now checked into svn/trunk.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to