Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ setAbsoluteX
Method
setAbsoluteX
dgl/src/SubWidget.cpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
void SubWidget::setAbsoluteX(const int x) noexcept
85
{
86
setAbsolutePos(Point<int>(x, getAbsoluteY()));
87
}
88
89
void SubWidget::setAbsoluteY(const int y) noexcept
90
{
Callers
1
DemoWindow
Method · 0.80
Calls
1
setAbsolutePos
Function · 0.85
Tested by
no test coverage detected