| 3821 | } |
| 3822 | |
| 3823 | static 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 | |
| 3831 | bool ImGui::BeginPopupEx(ImGuiID id, ImGuiWindowFlags extra_flags) |
| 3832 | { |
no outgoing calls
no test coverage detected