SIGN IN SIGN UP
ocornut / imgui UNCLAIMED

Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

0 0 88 C++

Backends: GLFW: added a Win32-specific implementation of ImGui_ImplGlfw_GetContentScaleXXXX functions for legacy GLFW 3.2. (#9003)

Since we ship GLFW 3.2 binaries for Windows this makes our examples a little better behaving by default.
Ideally we'd use ImGui_ImplWin32_GetDpiScaleForHwnd() and ImGui_ImplWin32_GetDpiScaleForMonitor() but they are too much code to copy.
O
ocornut committed
a1e05521e942c1611bef1aafe1631506c85f1148
Parent: d7b40ab