Searched refs:apply_focus_to_window_under (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h1389 IMGUI_API void ClosePopupToLevel(int remaining, bool apply_focus_to_window_under);
H A Dimgui.cpp6848 void ImGui::ClosePopupToLevel(int remaining, bool apply_focus_to_window_under) argument
6855 // FIXME: This code is faulty and we may want to eventually to replace or remove the 'apply_focus_to_window_under=true' path completely.
6863 if (apply_focus_to_window_under)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h1389 IMGUI_API void ClosePopupToLevel(int remaining, bool apply_focus_to_window_under);
H A Dimgui.cpp6848 void ImGui::ClosePopupToLevel(int remaining, bool apply_focus_to_window_under) argument
6855 // FIXME: This code is faulty and we may want to eventually to replace or remove the 'apply_focus_to_window_under=true' path completely.
6863 if (apply_focus_to_window_under)

Completed in 43 milliseconds