Browse Source

Included ImGuizmo to ImGui::MouseOverArea test.

Бранимир Караџић 5 years ago
parent
commit
197c1ced3b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/common/imgui/imgui.h

+ 1 - 0
examples/common/imgui/imgui.h

@@ -115,6 +115,7 @@ namespace ImGui
 			|| ImGui::IsAnyItemActive()
 			|| ImGui::IsAnyItemHovered()
 			|| ImGui::IsWindowHovered(ImGuiHoveredFlags_AnyWindow)
+			|| ImGuizmo::IsOver()
 			;
 	}