Searched refs:ImGuiHoveredFlags_RootWindow (Results 1 – 2 of 2) sorted by relevance
851 …ImGuiHoveredFlags_RootWindow = 1 << 1, // IsWindowHovered() only: Test from r… enumerator859 …ImGuiHoveredFlags_RootAndChildWindows = ImGuiHoveredFlags_RootWindow | ImGuiHoveredFlags…
2831 …IM_ASSERT((flags & (ImGuiHoveredFlags_RootWindow | ImGuiHoveredFlags_ChildWindows)) == 0); // Fl… in IsItemHovered()5957 switch (flags & (ImGuiHoveredFlags_RootWindow | ImGuiHoveredFlags_ChildWindows)) in IsWindowHovered()5959 case ImGuiHoveredFlags_RootWindow | ImGuiHoveredFlags_ChildWindows: in IsWindowHovered()5963 case ImGuiHoveredFlags_RootWindow: in IsWindowHovered()