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

Method close

src/backend/common/window.hpp:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 inline bool close() {
107 return mWindow->close();
108 }
109
110 inline void draw(Image* pImage, const bool pKeepAspectRatio) {
111 pImage->keepAspectRatio(pKeepAspectRatio);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected