Re: [osg-users] Mouse cursor and multiwindow configuration

2009-01-14 Thread Roman Grigoriev
, January 14, 2009 12:35 PM To: OpenSceneGraph Users Subject: Re: [osg-users] Mouse cursor and multiwindow configuration 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); Rob

Re: [osg-users] Mouse cursor and multiwindow configuration

2009-01-14 Thread Robert Osfield
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 : > Hi guys! > > I have this configuration – 2 windows on 2 monitors on nvidia 181 and v

[osg-users] Mouse cursor and multiwindow configuration

2009-01-13 Thread Roman Grigoriev
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