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

Function fg_get_window_display_handle

src/api/c/window.cpp:144–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144fg_err fg_get_window_display_handle(long long *pDisplay, const fg_window pWindow)
145{
146 try {
147 ARG_ASSERT(1, (pWindow!=0));
148
149 *pDisplay = getWindow(pWindow)->display();
150 }
151 CATCHALL
152 return FG_ERR_NONE;
153}
154
155fg_err fg_get_window_width(int *pWidth, const fg_window pWindow)
156{

Callers 1

displayMethod · 0.85

Calls 2

getWindowFunction · 0.85
displayMethod · 0.45

Tested by

no test coverage detected