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

Method GetOpenedKey

ImGuiFileDialog.cpp:4715–4720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4713}
4714
4715std::string IGFD::FileDialog::GetOpenedKey() const {
4716 if (m_FileDialogInternal.showDialog) {
4717 return m_FileDialogInternal.dLGkey;
4718 }
4719 return "";
4720}
4721
4722std::string IGFD::FileDialog::GetFilePathName(IGFD_ResultMode vFlag) {
4723 return m_FileDialogInternal.fileManager.GetResultingFilePathName(m_FileDialogInternal, vFlag);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected