MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / SetNextWindowCollapsed

Function SetNextWindowCollapsed

Source/GUI/ImGuiBinding.cpp:565–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565void SetNextWindowCollapsed(bool collapsed, String setCond) {
566 ImGui::SetNextWindowCollapsed(collapsed, SetCondFlag(setCond));
567}
568
569void SetWindowPos(const char* name, const Vec2& pos, String setCond) {
570 ImGui::SetWindowPos(name, pos, SetCondFlag(setCond));

Callers 1

Calls 1

SetCondFlagFunction · 0.85

Tested by

no test coverage detected