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

Method PushTextWrapPos

extern/imgui/imgui.cpp:7902–7907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7900}
7901
7902void ImGui::PushTextWrapPos(float wrap_pos_x)
7903{
7904 ImGuiWindow* window = GetCurrentWindow();
7905 window->DC.TextWrapPosStack.push_back(window->DC.TextWrapPos);
7906 window->DC.TextWrapPos = wrap_pos_x;
7907}
7908
7909void ImGui::PopTextWrapPos()
7910{

Callers

nothing calls this directly

Calls 2

GetCurrentWindowFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected