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

Function SetWindowSize

Source/GUI/ImGuiBinding.cpp:573–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573void SetWindowSize(const char* name, const Vec2& size, String setCond) {
574 ImGui::SetWindowSize(name, size, SetCondFlag(setCond));
575}
576
577void SetWindowCollapsed(const char* name, bool collapsed, String setCond) {
578 ImGui::SetWindowCollapsed(name, collapsed, SetCondFlag(setCond));

Callers 4

BeginMethod · 0.85
SetWindowSizeMethod · 0.85

Calls 2

SetCondFlagFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected