<div dir="ltr"><div dir="ltr">Robert is right, windowing toolkits often have their own ways of handling this. For example, Qt and FLTK (and others) define a pixel ratio that you can get via their API. I did a google search for "fltk gui retina" which took me to <a href="https://www.fltk.org/doc-1.4/drawing.html">https://www.fltk.org/doc-1.4/drawing.html</a> . See that link for getting the screen scale factor, which you then apply anywhere you use pixel size/coordinates in your program. The resulting code code is cross-platform, since the pixel scale will be 1.0 for Win/Linux but something higher on OSX.<br></div><div><br></div><div>Ravi</div><div><br></div><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Mar 12, 2020 at 4:24 AM OpenSceneGraph Users <<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.openscenegraph.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>I don't have an MacOS/OSX box or expertise on it but I do know that the OSG's built in osgViewer windowing functionality for the Mac does have handling for it.  If you are using a 3rd party library like FLTK or GLFW then it'll likely bypass this.</div><div><br></div><div>Does osgviewer work OK for you?  Have you tried just using the OSG's native windowing?<br></div></div>

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups "OpenSceneGraph Users" group.<br>
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:osg-users+unsubscribe@googlegroups.com" target="_blank">osg-users+unsubscribe@googlegroups.com</a>.<br>
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/osg-users/de7c0c0e-37ff-42a2-941d-425661e9cbb6%40googlegroups.com?utm_medium=email&utm_source=footer" target="_blank">https://groups.google.com/d/msgid/osg-users/de7c0c0e-37ff-42a2-941d-425661e9cbb6%40googlegroups.com</a>.<br>
_______________________________________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org" target="_blank">osg-users@lists.openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a><br>
</blockquote></div></div></div>