Searched refs:window_scale (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp2989 static float window_scale = 1.0f; local in function:ImGui::ShowStyleEditor
2990 if (ImGui::DragFloat("this window scale", &window_scale, 0.005f, 0.3f, 2.0f, "%.2f")) // scale only this window
2991 ImGui::SetWindowFontScale(window_scale);

Completed in 9 milliseconds