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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1303 bool FontAllowUserScaling; // = false // Allow user scaling text of individual window with CTRL+Wheel. member in struct:ImGuiIO
H A Dimgui_demo.cpp150 if (ImGui::GetIO().FontAllowUserScaling)
H A Dimgui.cpp1168 FontAllowUserScaling = false;
3270 if (g.IO.KeyCtrl && g.IO.FontAllowUserScaling)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1303 bool FontAllowUserScaling; // = false // Allow user scaling text of individual window with CTRL+Wheel. member in struct:ImGuiIO
H A Dimgui.cpp1168 FontAllowUserScaling = false;
3270 if (g.IO.KeyCtrl && g.IO.FontAllowUserScaling)

Completed in 54 milliseconds