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

Function fg_get_window_height

src/api/c/window.cpp:166–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166fg_err fg_get_window_height(int *pHeight, const fg_window pWindow)
167{
168 try {
169 ARG_ASSERT(1, (pWindow!=0));
170
171 *pHeight = getWindow(pWindow)->height();
172 }
173 CATCHALL
174 return FG_ERR_NONE;
175}
176
177fg_err fg_make_window_current(const fg_window pWindow)
178{

Callers 1

heightMethod · 0.85

Calls 2

getWindowFunction · 0.85
heightMethod · 0.45

Tested by

no test coverage detected