Searched refs:ImGuiWindowFlags_NoBringToFrontOnFocus (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h707 ImGuiWindowFlags_NoBringToFrontOnFocus = 1 << 13, // Disable bringing window to front when taking focus (e.g. clicking on it or programatically giving it focus) enumerator in enum:ImGuiWindowFlags_
H A Dimgui_demo.cpp237 if (no_bring_to_front) window_flags |= ImGuiWindowFlags_NoBringToFrontOnFocus;
H A Dimgui.cpp3864 windows_to_render_front_most[0] = (g.NavWindowingTarget && !(g.NavWindowingTarget->Flags & ImGuiWindowFlags_NoBringToFrontOnFocus)) ? g.NavWindowingTarget->RootWindow : NULL;
4520 if (flags & ImGuiWindowFlags_NoBringToFrontOnFocus)
5607 if (!(window->Flags & ImGuiWindowFlags_NoBringToFrontOnFocus))
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h707 ImGuiWindowFlags_NoBringToFrontOnFocus = 1 << 13, // Disable bringing window to front when taking focus (e.g. clicking on it or programatically giving it focus) enumerator in enum:ImGuiWindowFlags_
H A Dimgui.cpp3864 windows_to_render_front_most[0] = (g.NavWindowingTarget && !(g.NavWindowingTarget->Flags & ImGuiWindowFlags_NoBringToFrontOnFocus)) ? g.NavWindowingTarget->RootWindow : NULL;
4520 if (flags & ImGuiWindowFlags_NoBringToFrontOnFocus)
5607 if (!(window->Flags & ImGuiWindowFlags_NoBringToFrontOnFocus))

Completed in 54 milliseconds