Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
181
void window_impl::setTitle(const char* pTitle)
182
{
183
mWindow->setTitle(pTitle);
184
}
185
186
void window_impl::setPos(int pX, int pY)
187
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected