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

Method IsOpened

ImGuiFileDialog.cpp:4707–4709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4705}
4706
4707bool IGFD::FileDialog::IsOpened(const std::string& vKey) const {
4708 return (m_FileDialogInternal.showDialog && m_FileDialogInternal.dLGkey == vKey);
4709}
4710
4711bool IGFD::FileDialog::IsOpened() const {
4712 return m_FileDialogInternal.showDialog;

Callers 2

IGFD_IsKeyOpenedFunction · 0.80
IGFD_IsOpenedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected