Searched refs:ImGuiHoveredFlags_ChildWindows (Results 1 – 2 of 2) sorted by relevance
850 …ImGuiHoveredFlags_ChildWindows = 1 << 0, // IsWindowHovered() only: Return true… enumerator859 …Flags_RootAndChildWindows = ImGuiHoveredFlags_RootWindow | ImGuiHoveredFlags_ChildWindows
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()5967 case ImGuiHoveredFlags_ChildWindows: in IsWindowHovered()