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

Method GetUserDatas

ImGuiFileDialog.cpp:4742–4744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4740}
4741
4742IGFD::UserDatas IGFD::FileDialog::GetUserDatas() const {
4743 return m_FileDialogInternal.getDialogConfig().userDatas;
4744}
4745
4746bool IGFD::FileDialog::IsOk() const {
4747 return m_FileDialogInternal.isOk;

Callers 1

IGFD_GetUserDatasFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected