Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ IsWindowActiveAndVisible
Function
IsWindowActiveAndVisible
lib/imgui/imgui.cpp:3350–3353 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3348
}
3349
3350
static bool IsWindowActiveAndVisible(ImGuiWindow* window)
3351
{
3352
return (window->Active) && (!window->Hidden);
3353
}
3354
3355
static void ImGui::UpdateMouseInputs()
3356
{
Callers
2
AddWindowToDrawData
Function · 0.85
Render
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected