Hi,

I've implemented the osg::GraphicsContext::ResizedCallback to get notified when 
the user resizes the window via the mouse. That work perfectly. 

However, I also need to change the window size programatically (when the user 
presses a button, for example). I tried calling osg::GraphicsContext::resized() 
function, but that does not always work. 
 
Apart from calling ::SetWindowPos(), is there an osg call that allow the 
windows position and size to be adjusted?

Guy

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=14668#14668





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to