Searched refs:want_focus (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp5164 bool want_focus = false; local in function:ImGui::Begin
5168 want_focus = true;
5170 want_focus = true;
5219 // As we highlight the title bar when want_focus is set, multiple reappearing windows will have have their title bar highlighted on their reappearing frame.
5223 const bool title_bar_is_highlight = want_focus || (window_to_highlight && window->RootWindowForTitleBarHighlight == window_to_highlight->RootWindowForTitleBarHighlight);
5359 if (want_focus)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp5164 bool want_focus = false; local in function:ImGui::Begin
5168 want_focus = true;
5170 want_focus = true;
5219 // As we highlight the title bar when want_focus is set, multiple reappearing windows will have have their title bar highlighted on their reappearing frame.
5223 const bool title_bar_is_highlight = want_focus || (window_to_highlight && window->RootWindowForTitleBarHighlight == window_to_highlight->RootWindowForTitleBarHighlight);
5359 if (want_focus)

Completed in 77 milliseconds