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

Function fg_get_window_context_handle

src/api/c/window.cpp:133–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133fg_err fg_get_window_context_handle(long long *pContext, const fg_window pWindow)
134{
135 try {
136 ARG_ASSERT(1, (pWindow!=0));
137
138 *pContext = getWindow(pWindow)->context();
139 }
140 CATCHALL
141 return FG_ERR_NONE;
142}
143
144fg_err fg_get_window_display_handle(long long *pDisplay, const fg_window pWindow)
145{

Callers 1

contextMethod · 0.85

Calls 2

getWindowFunction · 0.85
contextMethod · 0.45

Tested by

no test coverage detected