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

Method height

src/backend/common/window.hpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89
90 inline int height() const {
91 return mWindow->height();
92 }
93
94 inline void makeCurrent() {
95 MakeContextCurrent(mWindow.get());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected