Searched refs:IsWindowChildOf (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_internal.h | 1329 IMGUI_API bool IsWindowChildOf(ImGuiWindow* window, ImGuiWindow* potential_parent);
|
| H A D | imgui.cpp | 3312 if (g.HoveredRootWindow && !IsWindowChildOf(g.HoveredRootWindow, modal_window)) 5932 bool ImGui::IsWindowChildOf(ImGuiWindow* window, ImGuiWindow* potential_parent) function in class:ImGui 5968 if (g.HoveredWindow == NULL || !IsWindowChildOf(g.HoveredWindow, g.CurrentWindow)) 6001 return g.NavWindow && IsWindowChildOf(g.NavWindow, g.CurrentWindow);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_internal.h | 1329 IMGUI_API bool IsWindowChildOf(ImGuiWindow* window, ImGuiWindow* potential_parent);
|
| H A D | imgui.cpp | 3312 if (g.HoveredRootWindow && !IsWindowChildOf(g.HoveredRootWindow, modal_window)) 5932 bool ImGui::IsWindowChildOf(ImGuiWindow* window, ImGuiWindow* potential_parent) function in class:ImGui 5968 if (g.HoveredWindow == NULL || !IsWindowChildOf(g.HoveredWindow, g.CurrentWindow)) 6001 return g.NavWindow && IsWindowChildOf(g.NavWindow, g.CurrentWindow);
|
Completed in 44 milliseconds