MCPcopy 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
3350static bool IsWindowActiveAndVisible(ImGuiWindow* window)
3351{
3352 return (window->Active) && (!window->Hidden);
3353}
3354
3355static void ImGui::UpdateMouseInputs()
3356{

Callers 2

AddWindowToDrawDataFunction · 0.85
RenderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected