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

Function IGFD_GetUserDatas

ImGuiFileDialog.cpp:5115–5121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5113}
5114
5115IGFD_C_API void* IGFD_GetUserDatas(ImGuiFileDialog* vContextPtr) {
5116 if (vContextPtr != nullptr) {
5117 return vContextPtr->GetUserDatas();
5118 }
5119
5120 return nullptr;
5121}
5122
5123IGFD_C_API void IGFD_SetFileStyle(ImGuiFileDialog* vContextPtr, IGFD_FileStyleFlags vFlags, const char* vCriteria, ImVec4 vColor, const char* vIcon,
5124 ImFont* vFont) //-V813

Callers

nothing calls this directly

Calls 1

GetUserDatasMethod · 0.80

Tested by

no test coverage detected