cpp-gui-template-sdl2
cpp-gui-template-sdl2 copied to clipboard
`SDL_GetDisplayDPI` returns different result when compiled with MinGW
The SDL function SDL_GetDisplayDPI returns different DPI values when building with MinGW on high DPI displays compared to MSVC. The result is a blurry application. I could check if SDL3 handles this better, as it works differently, and upgrade the repo potentially.