From 42da21a46c416e6eb5f4324903121c0284ceca6d Mon Sep 17 00:00:00 2001 From: Pascal Thomet Date: Mon, 5 Feb 2024 19:45:41 +0100 Subject: [PATCH] doc / params --- src/hello_imgui/doc_params.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hello_imgui/doc_params.md b/src/hello_imgui/doc_params.md index 1e22ace2..ea6c833d 100644 --- a/src/hello_imgui/doc_params.md +++ b/src/hello_imgui/doc_params.md @@ -172,6 +172,8 @@ struct RunnerParams FpsIdling fpsIdling; // --------------- DPI Handling ----------- + // Hello ImGui will try its best to automatically handle DPI scaling for you. + // If it fails, look at DpiAwareParams (and the corresponding Ini file settings) DpiAwareParams dpiAwareParams; // --------------- Misc -------------------