MCPcopy Create free account
hub / github.com/VictorGordan/opengl-tutorials / FindWindowByName

Method FindWindowByName

ImGUI GLFW Tutorial/imgui/imgui.cpp:5109–5113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5107}
5108
5109ImGuiWindow* ImGui::FindWindowByName(const char* name)
5110{
5111 ImGuiID id = ImHashStr(name);
5112 return FindWindowByID(id);
5113}
5114
5115static void ApplyWindowSettings(ImGuiWindow* window, ImGuiWindowSettings* settings)
5116{

Callers

nothing calls this directly

Calls 1

ImHashStrFunction · 0.70

Tested by

no test coverage detected