-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optional Windows application manifest file to enable DPI awareness #4191
Comments
We already provide a helper function that does the same without the need for manifest, and work with old Windows and compile with old SDK. So I don’t think the manifest is ever needed.
|
FYI the function we provide is |
As pointed by #4200 there is indeed an issue with our function, which is that it seems to requires a manifest to "upgrade" DPI handling from 8.1-era support to 10-era support (varying DPI), so there are ways we can improve that. |
PS: See improvement done in #4200 (comment) |
Version/Branch of Dear ImGui:
Version: any
Branch: any
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_win32.cpp + imgui_impl_win32.cpp
Compiler: MSVC
Operating System: Windows
My Issue/Question:
I think we can provide a sample application manifest file in misc directory:
This manifest file can replace the complex loading DLL/function call. If anyone needs it.
The text was updated successfully, but these errors were encountered: