MCPcopy Create free account
hub / github.com/SatDump/SatDump / IsWindowActiveAndVisible

Function IsWindowActiveAndVisible

src-core/imgui/imgui.cpp:4477–4480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4475}
4476
4477static bool IsWindowActiveAndVisible(ImGuiWindow* window)
4478{
4479 return (window->Active) && (!window->Hidden);
4480}
4481
4482// 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)
4483void ImGui::UpdateHoveredWindowAndCaptureFlags()

Callers 4

AddWindowToDrawDataFunction · 0.85
RenderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected