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

Function IGFD_CloseDialog

ImGuiFileDialog.cpp:4939–4943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.80

Tested by

no test coverage detected