Home
last modified time | relevance | path

Searched refs:ImGuiHoveredFlags_ChildWindows (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h850ImGuiHoveredFlags_ChildWindows = 1 << 0, // IsWindowHovered() only: Return true… enumerator
859 …Flags_RootAndChildWindows = ImGuiHoveredFlags_RootWindow | ImGuiHoveredFlags_ChildWindows
Dimgui.cpp2831 …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()