MCPcopy Create free account
hub / github.com/SFML/SFML / setTitle

Method setTitle

src/SFML/Window/WindowBase.cpp:264–268  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

262
263////////////////////////////////////////////////////////////
264void WindowBase::setTitle(const String& title)
265{
266 if (m_impl)
267 m_impl->setTitle(title);
268}
269
270
271////////////////////////////////////////////////////////////

Callers 1

VulkanExampleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected