MCPcopy Create free account
hub / github.com/DISTRHO/DPF / getAbsoluteY

Method getAbsoluteY

dgl/src/SubWidget.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53int SubWidget::getAbsoluteY() const noexcept
54{
55 return pData->absolutePos.getY();
56}
57
58Point<int> SubWidget::getAbsolutePos() const noexcept
59{

Calls

no outgoing calls

Tested by

no test coverage detected