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 -------------------