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

Function IGFD_IsOk

ImGuiFileDialog.cpp:4945–4950  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4943}
4944
4945IGFD_C_API bool IGFD_IsOk(ImGuiFileDialog* vContextPtr) {
4946 if (vContextPtr != nullptr) {
4947 return vContextPtr->IsOk();
4948 }
4949 return false;
4950}
4951
4952IGFD_C_API bool IGFD_WasKeyOpenedThisFrame(ImGuiFileDialog* vContextPtr, const char* vKey) {
4953 if (vContextPtr != nullptr) {

Callers

nothing calls this directly

Calls 1

IsOkMethod · 0.80

Tested by

no test coverage detected