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

Function IGFD_DisplayDialog

ImGuiFileDialog.cpp:4932–4937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4930}
4931
4932IGFD_C_API bool IGFD_DisplayDialog(ImGuiFileDialog* vContextPtr, const char* vKey, ImGuiWindowFlags vFlags, ImVec2 vMinSize, ImVec2 vMaxSize) {
4933 if (vContextPtr != nullptr) {
4934 return vContextPtr->Display(vKey, vFlags, vMinSize, vMaxSize);
4935 }
4936 return false;
4937}
4938
4939IGFD_C_API void IGFD_CloseDialog(ImGuiFileDialog* vContextPtr) {
4940 if (vContextPtr != nullptr) {

Callers

nothing calls this directly

Calls 1

DisplayMethod · 0.80

Tested by

no test coverage detected