mirror of
https://github.com/ocornut/imgui.git
synced 2024-11-12 10:11:00 +01:00
parent
ff4d4ca651
commit
982ce50b37
@ -5126,7 +5126,7 @@ bool ImGui::IsWindowHovered(ImGuiHoveredFlags flags)
|
|||||||
if (!IsWindowContentHoverable(g.HoveredRootWindow, flags))
|
if (!IsWindowContentHoverable(g.HoveredRootWindow, flags))
|
||||||
return false;
|
return false;
|
||||||
if (!(flags & ImGuiHoveredFlags_AllowWhenBlockedByActiveItem))
|
if (!(flags & ImGuiHoveredFlags_AllowWhenBlockedByActiveItem))
|
||||||
if (g.ActiveId != 0 && !g.ActiveIdAllowOverlap)
|
if (g.ActiveId != 0 && !g.ActiveIdAllowOverlap && g.ActiveId != g.HoveredWindow->MoveId)
|
||||||
return false;
|
return false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user