MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / IsActive

Method IsActive

Externals/imgui-1.46/Include/imgui.h:876–876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

874 bool Draw(const char* label = "Filter (inc,-exc)", float width = 0.0f); // Helper calling InputText+Build
875 bool PassFilter(const char* text, const char* text_end = NULL) const;
876 bool IsActive() const { return !Filters.empty(); }
877 IMGUI_API void Build();
878};
879

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected