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

Method onPressed

src/fl/ui/button.h:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 int onPressed(function<void()> callback) FL_NOEXCEPT {
95 int id = mPressCallbacks.add(callback);
96 mListener.addToEngineEventsOnce();
97 return id;
98 }
99
100 int onReleased(function<void()> callback) FL_NOEXCEPT {
101 int id = mReleaseCallbacks.add(callback);

Callers

nothing calls this directly

Calls 2

addMethod · 0.45
addToEngineEventsOnceMethod · 0.45

Tested by

no test coverage detected