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

Method setPos

src/api/cpp/graphics.cpp:45–47  ·  view source on GitHub ↗

NOLINTNEXTLINE(readability-make-member-function-const)

Source from the content-addressed store, hash-verified

43
44// NOLINTNEXTLINE(readability-make-member-function-const)
45void Window::setPos(const unsigned x, const unsigned y) {
46 AF_THROW(af_set_position(get(), x, y));
47}
48
49// NOLINTNEXTLINE(readability-make-member-function-const)
50void Window::setTitle(const char* const title) {

Callers 3

mainFunction · 0.80
mainFunction · 0.80
pyramids_demoFunction · 0.80

Calls 2

af_set_positionFunction · 0.50
getFunction · 0.50

Tested by

no test coverage detected