Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ width
Method
width
src/api/cpp/window.cpp:82–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
int Window::width() const
83
{
84
int retVal = 0;
85
FG_THROW(fg_get_window_width(&retVal, get()));
86
return retVal;
87
}
88
89
int Window::height() const
90
{
Callers
nothing calls this directly
Calls
1
fg_get_window_width
Function · 0.85
Tested by
no test coverage detected