input scale debug info
This commit is contained in:
parent
0029847a31
commit
eaa254ca6f
1 changed files with 1 additions and 0 deletions
|
|
@ -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")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue