Dear all,
Which would be the best way to adapt interfaces built with ofxDatGui (or other GUI add-on; it seems to me this questions apply to all of them) to high density screens on Windows? I couldn’t think in a better alternative than
- get screen DPI throught Windows APIs (https://msdn.microsoft.com/en-us/magazine/dn574798.aspx)
- use ofScale() before rendering ofxDatGui contorls
Best,
Andrei