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

Method GetSelection

ImGuiFileDialog.cpp:4738–4740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4736}
4737
4738std::map<std::string, std::string> IGFD::FileDialog::GetSelection(IGFD_ResultMode vFlag) {
4739 return m_FileDialogInternal.fileManager.GetResultingSelection(m_FileDialogInternal, vFlag);
4740}
4741
4742IGFD::UserDatas IGFD::FileDialog::GetUserDatas() const {
4743 return m_FileDialogInternal.getDialogConfig().userDatas;

Callers 1

Calls 1

GetResultingSelectionMethod · 0.80

Tested by

no test coverage detected