MCPcopy 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
48int SubWidget::getAbsoluteX() const noexcept
49{
50 return pData->absolutePos.getX();
51}
52
53int SubWidget::getAbsoluteY() const noexcept
54{

Calls

no outgoing calls

Tested by

no test coverage detected