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

Method PushTextWrapPos

tutorials/common/imgui/imgui.cpp:7288–7293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7286}
7287
7288void ImGui::PushTextWrapPos(float wrap_pos_x)
7289{
7290 ImGuiWindow* window = GetCurrentWindow();
7291 window->DC.TextWrapPosStack.push_back(window->DC.TextWrapPos);
7292 window->DC.TextWrapPos = wrap_pos_x;
7293}
7294
7295void ImGui::PopTextWrapPos()
7296{

Callers

nothing calls this directly

Calls 2

GetCurrentWindowFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected