MCPcopy Create free account
hub / github.com/Norbyte/bg3se / PushScaling

Method PushScaling

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17BEGIN_NS(extui)
18
19void DrawingContext::PushScaling(GuiMeasureScaling scaling)
20{
21 ScalingStack.push_back(Scaling);
22 Scaling = scaling;
23}
24
25void DrawingContext::PopScaling()
26{

Callers 1

BeginRenderMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected