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

Method display

src/backend/common/window.hpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 inline long long display() const {
83 return mWindow->display();
84 }
85
86 inline int width() const {
87 return mWindow->width();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected