Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4742
IGFD::UserDatas IGFD::FileDialog::GetUserDatas() const {
4743
return m_FileDialogInternal.getDialogConfig().userDatas;
4744
}
4745
4746
bool IGFD::FileDialog::IsOk() const {
4747
return m_FileDialogInternal.isOk;
Callers
1
IGFD_GetUserDatas
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected