MCPcopy 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
82int Window::width() const
83{
84 int retVal = 0;
85 FG_THROW(fg_get_window_width(&retVal, get()));
86 return retVal;
87}
88
89int Window::height() const
90{

Callers

nothing calls this directly

Calls 1

fg_get_window_widthFunction · 0.85

Tested by

no test coverage detected