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

Function fg_make_window_current

src/api/c/window.cpp:177–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177fg_err fg_make_window_current(const fg_window pWindow)
178{
179 try {
180 ARG_ASSERT(0, (pWindow!=0));
181
182 getWindow(pWindow)->makeCurrent();
183 }
184 CATCHALL
185 return FG_ERR_NONE;
186}
187
188fg_err fg_hide_window(const fg_window pWindow)
189{

Callers 1

makeCurrentMethod · 0.85

Calls 2

getWindowFunction · 0.85
makeCurrentMethod · 0.45

Tested by

no test coverage detected