MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / IsWindowActiveAndVisible

Function IsWindowActiveAndVisible

KBotExt/imgui/imgui.cpp:4418–4421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4416}
4417
4418static bool IsWindowActiveAndVisible(ImGuiWindow* window)
4419{
4420 return (window->Active) && (!window->Hidden);
4421}
4422
4423// The reason this is exposed in imgui_internal.h is: on touch-based system that don't have hovering, we want to dispatch inputs to the right target (imgui vs imgui+app)
4424void ImGui::UpdateHoveredWindowAndCaptureFlags()

Callers 4

AddWindowToDrawDataFunction · 0.85
RenderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected