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

Function SetWindowPos

Source/GUI/ImGuiBinding.cpp:569–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569void SetWindowPos(const char* name, const Vec2& pos, String setCond) {
570 ImGui::SetWindowPos(name, pos, SetCondFlag(setCond));
571}
572
573void SetWindowSize(const char* name, const Vec2& size, String setCond) {
574 ImGui::SetWindowSize(name, size, SetCondFlag(setCond));

Callers 13

BeginMethod · 0.85
SetWindowPosMethod · 0.85
UpdateMouseWheelMethod · 0.85
NavUpdateWindowingMethod · 0.85
WIN_WindowProcFunction · 0.85
SetupWindowDataFunction · 0.85
WIN_CreateWindowFunction · 0.85
WIN_RaiseWindowFunction · 0.85
WIN_SetWindowAlwaysOnTopFunction · 0.85

Calls 2

SetCondFlagFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected