input scale debug info

This commit is contained in:
tildearrow 2025-12-20 15:18:53 -05:00
parent 0029847a31
commit eaa254ca6f

View file

@ -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")) {