MCPcopy Create free account
hub / github.com/FastLED/FastLED / init

Method init

src/platforms/shared/ui/json/button.cpp.hpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void JsonButtonImpl::Updater::init(JsonButtonImpl *owner) FL_NOEXCEPT {
87 mOwner = owner;
88 fl::EngineEvents::addListener(this);
89}
90
91JsonButtonImpl::Updater::~Updater() { fl::EngineEvents::removeListener(this); }
92

Callers 1

JsonButtonImplMethod · 0.45

Calls 1

addListenerFunction · 0.85

Tested by

no test coverage detected