Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ getAbsoluteX
Method
getAbsoluteX
dgl/src/SubWidget.cpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
int SubWidget::getAbsoluteX() const noexcept
49
{
50
return pData->absolutePos.getX();
51
}
52
53
int SubWidget::getAbsoluteY() const noexcept
54
{
Callers
4
giveMouseEventForSubWidgets
Method · 0.80
FOR_EACH_SUBWIDGET_INV
Function · 0.80
giveMotionEventForSubWidgets
Method · 0.80
giveScrollEventForSubWidgets
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected