Re: [osg-users] problem with handleMouseRelease using custom camera manipulator

2012-04-25 Thread Braden Edmunds
I would guess it has something to do with being repainted. It probably only repaints on mouse movement not clicks. -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=47294#47294 ___ osg-users mailing

[osg-users] problem with handleMouseRelease using custom camera manipulator

2012-04-12 Thread Michael Schanne
Hi, I’m using OSG with Qt. I want to change the mouse cursor when I press and release a mouse button over my QGLWidget. I’ve created a custom camera manipulator by subclassing TrackballManipulator, and overriding handleMousePush() and handleMouseRelease(), in which I call