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

Method setPos

src/backend/common/window.hpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 inline void setPos(const int pX, const int pY) {
63 mWindow->setPos(pX, pY);
64 }
65
66 inline void setSize(const unsigned pWidth, const unsigned pHeight) {
67 mWindow->setSize(pWidth, pHeight);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected