MCPcopy 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
186void window_impl::setPos(int pX, int pY)
187{
188 mWindow->setPos(pX, pY);
189}
190
191void window_impl::setSize(unsigned pW, unsigned pH)
192{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected