MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / Dummy

Method Dummy

include/imgui/imgui_widgets.cpp:1609–1618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1607}
1608
1609void ImGui::Dummy(const ImVec2& size)
1610{
1611 ImGuiWindow* window = GetCurrentWindow();
1612 if (window->SkipItems)
1613 return;
1614
1615 const ImRect bb(window->DC.CursorPos, window->DC.CursorPos + size);
1616 ItemSize(size);
1617 ItemAdd(bb, 0);
1618}
1619
1620void ImGui::NewLine()
1621{

Callers

nothing calls this directly

Calls 2

GetCurrentWindowFunction · 0.85
ItemSizeFunction · 0.85

Tested by

no test coverage detected