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

Function IGFD_IsOpened

ImGuiFileDialog.cpp:4975–4981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4973}
4974
4975IGFD_C_API bool IGFD_IsOpened(ImGuiFileDialog* vContextPtr) {
4976 if (vContextPtr != nullptr) {
4977 return vContextPtr->IsOpened();
4978 }
4979
4980 return false;
4981}
4982
4983IGFD_C_API IGFD_Selection IGFD_GetSelection(ImGuiFileDialog* vContextPtr, IGFD_ResultMode vMode) {
4984 IGFD_Selection res = IGFD_Selection_Get();

Callers

nothing calls this directly

Calls 1

IsOpenedMethod · 0.80

Tested by

no test coverage detected