MCPcopy Create free account
hub / github.com/aiekick/ImGuiFileDialog / Close

Method Close

ImGuiFileDialog.cpp:4686–4689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4684}
4685
4686void IGFD::FileDialog::Close() {
4687 m_FileDialogInternal.dLGkey.clear();
4688 m_FileDialogInternal.showDialog = false;
4689}
4690
4691bool IGFD::FileDialog::WasOpenedThisFrame(const std::string& vKey) const {
4692 bool res = m_FileDialogInternal.showDialog && m_FileDialogInternal.dLGkey == vKey;

Callers 1

IGFD_CloseDialogFunction · 0.80

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected