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

Method setActive

dgl/src/EventHandlers.cpp:216–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216void ButtonEventHandler::setActive(const bool active, const bool sendCallback) noexcept
217{
218 pData->setActive(active, sendCallback);
219}
220
221bool ButtonEventHandler::isChecked() const noexcept
222{

Callers 1

set_activeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected