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

Method display

src/api/cpp/window.cpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75long long Window::display() const
76{
77 long long displayHandle = 0;
78 FG_THROW(fg_get_window_display_handle(&displayHandle, get()));
79 return displayHandle;
80}
81
82int Window::width() const
83{

Callers 3

checkGLInteropFunction · 0.45
createCLGLContextFunction · 0.45

Calls 1

Tested by

no test coverage detected