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

/xsrc/external/mit/MesaLib.old/dist/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() function in class:ImGui
6165 void ImGui::SetWindowFocus(const char* name) function in class:ImGui
/xsrc/external/mit/MesaLib/dist/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() function in class:ImGui
6165 void ImGui::SetWindowFocus(const char* name) function in class:ImGui

Completed in 49 milliseconds