From eaa254ca6fd6202ca98a892a11e06b6165978947 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sat, 20 Dec 2025 15:18:53 -0500 Subject: [PATCH] input scale debug info --- src/gui/debugWindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/debugWindow.cpp b/src/gui/debugWindow.cpp index 81fae0061..4484c6976 100644 --- a/src/gui/debugWindow.cpp +++ b/src/gui/debugWindow.cpp @@ -540,6 +540,7 @@ void FurnaceGUI::drawDebug() { ImGui::Text("Canvas: %dx%d",canvasW,canvasH); ImGui::Text("Maximized: %d",scrMax); ImGui::Text("System Managed Scale: %d",sysManagedScale); + ImGui::Text("Input Scale: %f",ImGui::GetIO().InputScale); ImGui::TreePop(); } if (ImGui::TreeNode("Audio Debug")) {