Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ setTitle
Method
setTitle
src/backend/common/window.hpp:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
inline void setTitle(const char* pTitle) {
59
mWindow->setTitle(pTitle);
60
}
61
62
inline void setPos(const int pX, const int pY) {
63
mWindow->setPos(pX, pY);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected