MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / SetWindowFocus

Method SetWindowFocus

include/imgui/imgui.cpp:12853–12856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12851//-----------------------------------------------------------------------------
12852
12853void ImGui::SetWindowFocus()
12854{
12855 FocusWindow(GImGui->CurrentWindow);
12856}
12857
12858void ImGui::SetWindowFocus(const char* name)
12859{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected