Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui.h281 IMGUI_API void SetWindowFocus(); // (not recommended) set current window to be focused / front-most. prefer using SetNextWindowFocus().
286 IMGUI_API void SetWindowFocus(const char* name); // set named window to be focused / front-most. use NULL to remove focus.
H A Dimgui.cpp6160 void ImGui::SetWindowFocus() in SetWindowFocus() function in ImGui
6165 void ImGui::SetWindowFocus(const char* name) in SetWindowFocus() function in ImGui
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h374 IMGUI_API void SetWindowFocus(); // (not recommended) set current window to be focused / top-most. prefer using SetNextWindowFocus().
379 IMGUI_API void SetWindowFocus(const char* name); // set named window to be focused / top-most. use NULL to remove focus.
H A Dimgui.cpp6949 void ImGui::SetWindowFocus() in SetWindowFocus() function in ImGui
6954 void ImGui::SetWindowFocus(const char* name) in SetWindowFocus() function in ImGui

Completed in 58 milliseconds