MCPcopy Create free account
hub / github.com/GPUOpen-LibrariesAndSDKs/Cauldron / ClearSetNextWindowData

Function ClearSetNextWindowData

libs/imgui/imgui.cpp:3823–3829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3821}
3822
3823static inline void ClearSetNextWindowData()
3824{
3825 // FIXME-OPT
3826 ImGuiContext& g = *GImGui;
3827 g.SetNextWindowPosCond = g.SetNextWindowSizeCond = g.SetNextWindowContentSizeCond = g.SetNextWindowCollapsedCond = 0;
3828 g.SetNextWindowSizeConstraint = g.SetNextWindowFocus = false;
3829}
3830
3831bool ImGui::BeginPopupEx(ImGuiID id, ImGuiWindowFlags extra_flags)
3832{

Callers 3

BeginPopupExMethod · 0.85
BeginPopupMethod · 0.85
BeginPopupModalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected