| 12851 | //----------------------------------------------------------------------------- |
| 12852 | |
| 12853 | void ImGui::SetWindowFocus() |
| 12854 | { |
| 12855 | FocusWindow(GImGui->CurrentWindow); |
| 12856 | } |
| 12857 | |
| 12858 | void ImGui::SetWindowFocus(const char* name) |
| 12859 | { |
nothing calls this directly
no outgoing calls
no test coverage detected