Begin: Work toward obsoleting the 5-arguments Begin() overload. (1)

This commit is contained in:
omar
2017-10-17 15:47:55 +02:00
parent 1a35766356
commit 55d873875e
2 changed files with 21 additions and 10 deletions

View File

@ -782,6 +782,8 @@ namespace ImGui
IMGUI_API void PushItemFlag(ImGuiItemFlags option, bool enabled);
IMGUI_API void PopItemFlag();
IMGUI_API bool BeginEx(const char* name, bool* p_open, const ImVec2& size_on_first_use, float bg_alpha, ImGuiWindowFlags flags);
IMGUI_API void OpenPopupEx(ImGuiID id, bool reopen_existing);
IMGUI_API void ClosePopup(ImGuiID id);
IMGUI_API bool IsPopupOpen(ImGuiID id);