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

Function IGFD_IsKeyOpened

ImGuiFileDialog.cpp:4967–4973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4965}
4966
4967IGFD_C_API bool IGFD_IsKeyOpened(ImGuiFileDialog* vContextPtr, const char* vCurrentOpenedKey) {
4968 if (vContextPtr != nullptr) {
4969 return vContextPtr->IsOpened(vCurrentOpenedKey);
4970 }
4971
4972 return false;
4973}
4974
4975IGFD_C_API bool IGFD_IsOpened(ImGuiFileDialog* vContextPtr) {
4976 if (vContextPtr != nullptr) {

Callers

nothing calls this directly

Calls 1

IsOpenedMethod · 0.80

Tested by

no test coverage detected