MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / IGFD_DisplayDialog

Function IGFD_DisplayDialog

external/ImGuiFileDialog/ImGuiFileDialog.cpp:4997–5002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4995}
4996
4997IGFD_C_API bool IGFD_DisplayDialog(ImGuiFileDialog* vContextPtr, const char* vKey, ImGuiWindowFlags vFlags, ImVec2 vMinSize, ImVec2 vMaxSize) {
4998 if (vContextPtr != nullptr) {
4999 return vContextPtr->Display(vKey, vFlags, vMinSize, vMaxSize);
5000 }
5001 return false;
5002}
5003
5004IGFD_C_API void IGFD_CloseDialog(ImGuiFileDialog* vContextPtr) {
5005 if (vContextPtr != nullptr) {

Callers

nothing calls this directly

Calls 1

DisplayMethod · 0.45

Tested by

no test coverage detected