Searched defs:p_opened (Results 1 – 2 of 2) sorted by relevance
94 void ImGui::ShowTestWindow(bool* p_opened) in ShowTestWindow()
3303 bool ImGui::BeginPopupModal(const char* name, bool* p_opened, ImGuiWindowFlags extra_flags) in BeginPopupModal()3585 bool ImGui::Begin(const char* name, bool* p_opened, ImGuiWindowFlags flags) in Begin()3590 bool ImGui::Begin(const char* name, bool* p_opened, const ImVec2& size_on_first_use, float bg_alpha… in Begin()5387 static bool CloseWindowButton(bool* p_opened) in CloseWindowButton()