Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ setPos
Method
setPos
src/api/cpp/window.cpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void Window::setPos(const int pX, const int pY)
54
{
55
FG_THROW(fg_set_window_position(get(), pX, pY));
56
}
57
58
void Window::setSize(const unsigned pW, const unsigned pH)
59
{
Callers
1
fg_set_window_position
Function · 0.45
Calls
1
fg_set_window_position
Function · 0.85
Tested by
no test coverage detected