MCPcopy Create free account
hub / github.com/RenderKit/embree / PopTextWrapPos

Method PopTextWrapPos

tutorials/common/imgui/imgui.cpp:7295–7300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7293}
7294
7295void ImGui::PopTextWrapPos()
7296{
7297 ImGuiWindow* window = GetCurrentWindow();
7298 window->DC.TextWrapPos = window->DC.TextWrapPosStack.back();
7299 window->DC.TextWrapPosStack.pop_back();
7300}
7301
7302static ImGuiWindow* GetCombinedRootWindow(ImGuiWindow* window, bool popup_hierarchy)
7303{

Callers

nothing calls this directly

Calls 2

GetCurrentWindowFunction · 0.85
pop_backMethod · 0.45

Tested by

no test coverage detected