From 46e94d6e920326635da03e040b18b6c0b50ebaac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miodrag=20Milanovi=C4=87?= Date: Fri, 1 Dec 2017 16:55:14 +0100 Subject: [PATCH] Do not use IMGUI deprecated calls (#1283) --- examples/common/imgui/imgui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/common/imgui/imgui.h b/examples/common/imgui/imgui.h index 20ef5b016..b3deb59eb 100644 --- a/examples/common/imgui/imgui.h +++ b/examples/common/imgui/imgui.h @@ -133,7 +133,7 @@ namespace ImGui { return false || ImGui::IsAnyItemHovered() - || ImGui::IsMouseHoveringAnyWindow() + || ImGui::IsAnyWindowHovered() ; }