MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / SetTitle

Method SetTitle

src/Nazara/Platform/Win32/WindowImpl.cpp:392–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390 }
391
392 void WindowImpl::SetTitle(const String& title)
393 {
394 SetWindowTextW(m_handle, title.GetWideString().data());
395 }
396
397 void WindowImpl::SetVisible(bool visible)
398 {

Callers

nothing calls this directly

Calls 1

GetWideStringMethod · 0.80

Tested by

no test coverage detected