Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui.h276 IMGUI_API void SetNextWindowFocus(); // set next window to be focused / front-most. call before Begin()
281 IMGUI_API void SetWindowFocus(); // (not recommended) set current window to be focused / front-most. prefer using SetNextWindowFocus().
H A Dimgui.cpp6219 void ImGui::SetNextWindowFocus() in SetNextWindowFocus() function in ImGui
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h369 IMGUI_API void SetNextWindowFocus(); // set next window to be focused / top-most. call before Begin()
374 IMGUI_API void SetWindowFocus(); // (not recommended) set current window to be focused / top-most. prefer using SetNextWindowFocus().
H A Dimgui.cpp7020 void ImGui::SetNextWindowFocus() in SetNextWindowFocus() function in ImGui

Completed in 57 milliseconds