| 4937 | } |
| 4938 | |
| 4939 | IGFD_C_API void IGFD_CloseDialog(ImGuiFileDialog* vContextPtr) { |
| 4940 | if (vContextPtr != nullptr) { |
| 4941 | vContextPtr->Close(); |
| 4942 | } |
| 4943 | } |
| 4944 | |
| 4945 | IGFD_C_API bool IGFD_IsOk(ImGuiFileDialog* vContextPtr) { |
| 4946 | if (vContextPtr != nullptr) { |