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

Method close

src/api/cpp/window.cpp:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116bool Window::close()
117{
118 bool isClosed = false;
119 FG_THROW(fg_close_window(&isClosed, get()));
120 return isClosed;
121}
122
123void Window::draw(const Image& pImage, const bool pKeepAspectRatio)
124{

Callers 15

fg_close_windowFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

fg_close_windowFunction · 0.85

Tested by

no test coverage detected