sensics / OSVR-RenderManager

Apache License 2.0
64 stars 45 forks source link

Windows DPI awareness handling #239

Open rpavlik opened 8 years ago

rpavlik commented 8 years ago

Some high res displays end up getting set to non-100% DPI scaling.

link dump: https://msdn.microsoft.com/en-us/library/windows/desktop/ms633543(v=vs.85).aspx https://msdn.microsoft.com/en-us/library/windows/desktop/dn302122(v=vs.85).aspx

There's also a manifest element (linked from those entries) but that must be in the application, I believe - don't think it can be done in a DLL.