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

Method onReleased

src/fl/ui/button.h:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 int onReleased(function<void()> callback) FL_NOEXCEPT {
101 int id = mReleaseCallbacks.add(callback);
102 mListener.addToEngineEventsOnce();
103 return id;
104 }
105
106 // Per-list removers. Each callback list maintains its own ID counter,
107 // so an id returned by onChanged()/onPressed()/onReleased() is only

Callers

nothing calls this directly

Calls 2

addMethod · 0.45
addToEngineEventsOnceMethod · 0.45

Tested by

no test coverage detected