MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / IsActive

Method IsActive

extern/imgui/imgui.h:2293–2293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2291 IMGUI_API void Build();
2292 void Clear() { InputBuf[0] = 0; Build(); }
2293 bool IsActive() const { return !Filters.empty(); }
2294
2295 // [Internal]
2296 struct ImGuiTextRange

Callers 1

DrawFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected