From 4224dcf2b2a225231a260f22707410be7b1ae4fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Sun, 20 Dec 2020 22:42:16 -0800 Subject: [PATCH] Cleanup. --- examples/common/imgui/imgui.h | 1 + 1 file changed, 1 insertion(+) 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) ;