MCPcopy Create free account
hub / github.com/arrayfire/forge / setTitle

Method setTitle

src/backend/opengl/window_impl.cpp:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void window_impl::setTitle(const char* pTitle)
182{
183 mWindow->setTitle(pTitle);
184}
185
186void window_impl::setPos(int pX, int pY)
187{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected