Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexandreRouma/SDRPlusPlus
/ IsWindowActiveAndVisible
Function
IsWindowActiveAndVisible
core/src/imgui/imgui.cpp:3630–3633 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3628
}
3629
3630
static bool IsWindowActiveAndVisible(ImGuiWindow* window)
3631
{
3632
return (window->Active) && (!window->Hidden);
3633
}
3634
3635
static void ImGui::UpdateMouseInputs()
3636
{
Callers
2
AddWindowToDrawData
Function · 0.85
Render
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected