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

Method removeReleasedCallback

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

Source from the content-addressed store, hash-verified

113 void removeClickedCallback(int id) FL_NOEXCEPT { mCallbacks.remove(id); }
114 void removePressedCallback(int id) FL_NOEXCEPT { mPressCallbacks.remove(id); }
115 void removeReleasedCallback(int id) FL_NOEXCEPT { mReleaseCallbacks.remove(id); }
116
117 void clearCallbacks() FL_NOEXCEPT {
118 mCallbacks.clear();

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected