| 4930 | } |
| 4931 | |
| 4932 | IGFD_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 | |
| 4939 | IGFD_C_API void IGFD_CloseDialog(ImGuiFileDialog* vContextPtr) { |
| 4940 | if (vContextPtr != nullptr) { |