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

Function IGFD_WasOpenedThisFrame

ImGuiFileDialog.cpp:4959–4965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4957}
4958
4959IGFD_C_API bool IGFD_WasOpenedThisFrame(ImGuiFileDialog* vContextPtr) {
4960 if (vContextPtr != nullptr) {
4961 return vContextPtr->WasOpenedThisFrame();
4962 }
4963
4964 return false;
4965}
4966
4967IGFD_C_API bool IGFD_IsKeyOpened(ImGuiFileDialog* vContextPtr, const char* vCurrentOpenedKey) {
4968 if (vContextPtr != nullptr) {

Callers

nothing calls this directly

Calls 1

WasOpenedThisFrameMethod · 0.80

Tested by

no test coverage detected