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

Function SetNextWindowPos

Source/GUI/ImGuiBinding.cpp:549–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547}
548
549void SetNextWindowPos(const Vec2& pos, String setCond, const Vec2& pivot) {
550 ImGui::SetNextWindowPos(pos, SetCondFlag(setCond), pivot);
551}
552
553void SetNextWindowPosCenter(String setCond, const Vec2& pivot) {
554 ImGui::SetNextWindowPos(Vec2(ImGui::GetIO().DisplaySize) * 0.5f, SetCondFlag(setCond), pivot);

Callers 15

BeginErrorTooltipMethod · 0.85
BeginTooltipExMethod · 0.85
BeginPopupModalMethod · 0.85
BeginComboPopupMethod · 0.85
ColorEdit4Method · 0.85
BeginViewportSideBarMethod · 0.85
BeginMenuExMethod · 0.85
ShowDemoWindowMethod · 0.85
DemoWindowPopupsFunction · 0.85
ShowStyleEditorMethod · 0.85

Calls 1

SetCondFlagFunction · 0.85

Tested by

no test coverage detected