Hi Roman, When you create the windows set the GraphicsContext::Traits::useCursor member to false, or at runtime you can disable the cursor by doing window->useCursor(false);
Robert. 2009/1/14 Roman Grigoriev <[email protected]>: > Hi guys! > > I have this configuration – 2 windows on 2 monitors on nvidia 181 and vista > > I need to make my osg app doing this thing – move and show mouse cursor only > on 1 window > > In nvidia drivers I can't find how to make this > > Thanx > > Bye > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

