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

Method setResizable

dgl/src/Window.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void Window::setResizable(const bool resizable)
181{
182 pData->setResizable(resizable);
183}
184
185int Window::getOffsetX() const noexcept
186{

Calls

no outgoing calls

Tested by

no test coverage detected