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

Method setPos

src/backend/opengl/sdl/window.cpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void Widget::setPos(int pX, int pY)
202{
203 SDL_SetWindowPosition(mWindow, pX, pY);
204}
205
206void Widget::setSize(unsigned pW, unsigned pH)
207{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected