MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / PopTextWrapPos

Method PopTextWrapPos

extern/imgui/imgui.cpp:7909–7914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7907}
7908
7909void ImGui::PopTextWrapPos()
7910{
7911 ImGuiWindow* window = GetCurrentWindow();
7912 window->DC.TextWrapPos = window->DC.TextWrapPosStack.back();
7913 window->DC.TextWrapPosStack.pop_back();
7914}
7915
7916static ImGuiWindow* GetCombinedRootWindow(ImGuiWindow* window, bool popup_hierarchy, bool dock_hierarchy)
7917{

Callers

nothing calls this directly

Calls 1

GetCurrentWindowFunction · 0.85

Tested by

no test coverage detected