Hi,

I try to get the single screen resolution for each monitor of the user, 
regardless weither if he has enabled an extended desktop or other configs.

I currently do this with: 


Code:
osg::ref_ptr<osg::GraphicsContext::WindowingSystemInterface> pWsi = 
osg::GraphicsContext::getWindowingSystemInterface();

pWsi->getScreenResolution(osg::GraphicsContext::ScreenIdentifier(0), width, 
height);



On two monitors and extended desktop i only get the total stretched resolution.
... 

Thank you!

Cheers,
Sebastian[/code]

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





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to