MCPcopy Create free account
hub / github.com/RenderKit/embree / IsWindowActiveAndVisible

Function IsWindowActiveAndVisible

tutorials/common/imgui/imgui.cpp:4108–4111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4106}
4107
4108static bool IsWindowActiveAndVisible(ImGuiWindow* window)
4109{
4110 return (window->Active) && (!window->Hidden);
4111}
4112
4113static void UpdateAliasKey(ImGuiKey key, bool v, float analog_value)
4114{

Callers 4

AddWindowToDrawDataFunction · 0.85
RenderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected