Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
long 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
82
int Window::width() const
83
{
Callers
3
fg_get_window_display_handle
Function · 0.45
checkGLInterop
Function · 0.45
createCLGLContext
Function · 0.45
Calls
1
fg_get_window_display_handle
Function · 0.85
Tested by
no test coverage detected