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

Function fg_close_window

src/api/c/window.cpp:210–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210fg_err fg_close_window(bool* pIsClosed, const fg_window pWindow)
211{
212 try {
213 ARG_ASSERT(1, (pWindow!=0));
214
215 *pIsClosed = getWindow(pWindow)->close();
216 }
217 CATCHALL
218 return FG_ERR_NONE;
219}
220
221fg_err fg_draw_image(const fg_window pWindow, const fg_image pImage, const bool pKeepAspectRatio)
222{

Callers 1

closeMethod · 0.85

Calls 2

getWindowFunction · 0.85
closeMethod · 0.45

Tested by

no test coverage detected