Re: [osg-users] Hide mouse pointer and set mouse pointer position

2009-05-14 Thread Robert Osfield
Hi Paul, A couple of pointers You can use GraphicsWindow::useCursor(boo) to toggle on/off the cursor. You can use GraphicsWindow::requestWarpPointer(x,y) to position the mouse. Robert. On Thu, May 14, 2009 at 1:01 AM, Paul gaffe...@gmail.com wrote: Hi, Im creating a music application

[osg-users] Hide mouse pointer and set mouse pointer position

2009-05-13 Thread Paul
Hi, Im creating a music application using osg, i wish to hide and show the mouse pointer and set its position so when I click on a knob or volume level fader the pointer disapears during the drag and reaperars in the same position as before the drag. Any ideas? Im saving the mouse position

Re: [osg-users] Hide mouse pointer and set mouse pointer position

2009-05-13 Thread Chris 'Xenon' Hanson
Paul wrote: Hi, Im creating a music application using osg, i wish to hide and show the mouse pointer and set its position so when I click on a knob or volume level fader the pointer disapears during the drag and reaperars in the same position as before the drag. Any ideas? You don't

Re: [osg-users] Hide mouse pointer and set mouse pointer position

2009-05-13 Thread Paul
Hi, Im creating a music application using osg, i wish to hide and show the mouse pointer and set its position so when I click on a knob or volume level fader the pointer disapears during the drag and reaperars in the same position as before the drag. Any ideas? Im saving the mouse position

Re: [osg-users] Hide mouse pointer and set mouse pointer position

2009-05-13 Thread Paul
Im on windows but hope to do linux and mac too one day. -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=12053#12053 ___ osg-users mailing list osg-users@lists.openscenegraph.org