MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / IsWindowActiveAndVisible

Function IsWindowActiveAndVisible

Dependencies/ImGui/src/imgui.cpp:5231–5234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5229}
5230
5231static bool IsWindowActiveAndVisible(ImGuiWindow* window)
5232{
5233 return (window->Active) && (!window->Hidden);
5234}
5235
5236// 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)
5237void ImGui::UpdateHoveredWindowAndCaptureFlags()

Calls

no outgoing calls

Tested by

no test coverage detected