Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ setPos
Method
setPos
src/backend/opengl/window_impl.cpp:186–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
void window_impl::setPos(int pX, int pY)
187
{
188
mWindow->setPos(pX, pY);
189
}
190
191
void window_impl::setSize(unsigned pW, unsigned pH)
192
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected