diff --git a/examples/common/imgui/imgui.h b/examples/common/imgui/imgui.h index c8abba3c7..ac1265f3d 100644 --- a/examples/common/imgui/imgui.h +++ b/examples/common/imgui/imgui.h @@ -112,6 +112,7 @@ namespace ImGui inline bool MouseOverArea() { return false + || ImGui::IsAnyItemActive() || ImGui::IsAnyItemHovered() || ImGui::IsWindowHovered(ImGuiHoveredFlags_AnyWindow) ;