MCPcopy 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
84void SubWidget::setAbsoluteX(const int x) noexcept
85{
86 setAbsolutePos(Point<int>(x, getAbsoluteY()));
87}
88
89void SubWidget::setAbsoluteY(const int y) noexcept
90{

Callers 1

DemoWindowMethod · 0.80

Calls 1

setAbsolutePosFunction · 0.85

Tested by

no test coverage detected