MCPcopy Create free account
hub / github.com/BoomingTech/Piccolo / setTitle

Method setTitle

engine/source/runtime/function/render/window_system.cpp:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 bool WindowSystem::shouldClose() const { return glfwWindowShouldClose(m_window); }
52
53 void WindowSystem::setTitle(const char* title) { glfwSetWindowTitle(m_window, title); }
54
55 GLFWwindow* WindowSystem::getWindow() const { return m_window; }
56

Callers 1

tickOneFrameMethod · 0.80

Calls 1

glfwSetWindowTitleFunction · 0.85

Tested by

no test coverage detected