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

Method width

src/backend/common/window.hpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 inline int width() const {
87 return mWindow->width();
88 }
89
90 inline int height() const {
91 return mWindow->height();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected