cpp-gui-template-sdl2 icon indicating copy to clipboard operation
cpp-gui-template-sdl2 copied to clipboard

`SDL_GetDisplayDPI` returns different result when compiled with MinGW

Open MartinHelmut opened this issue 1 year ago • 0 comments

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.

MartinHelmut avatar Mar 24 '24 09:03 MartinHelmut