MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / PushTextWrapPos

Method PushTextWrapPos

KBotExt/imgui/imgui.cpp:7212–7217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7210}
7211
7212void ImGui::PushTextWrapPos(float wrap_pos_x)
7213{
7214 ImGuiWindow* window = GetCurrentWindow();
7215 window->DC.TextWrapPosStack.push_back(window->DC.TextWrapPos);
7216 window->DC.TextWrapPos = wrap_pos_x;
7217}
7218
7219void ImGui::PopTextWrapPos()
7220{

Callers

nothing calls this directly

Calls 1

GetCurrentWindowFunction · 0.85

Tested by

no test coverage detected