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 say what OS you're on.

  You can show/hide the cursor with osgViewer's GraphicsWindow::setCursor() and 
request it
be repositioned with GraphicsWindow::requestWarpPointer().

-- 
Chris 'Xenon' Hanson, omo sanza lettere                  Xenon AlphaPixel.com
PixelSense Landsat processing now available! http://www.alphapixel.com/demos/
"There is no Truth. There is only Perception. To Perceive is to Exist." - Xen
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to