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

Method onChanged

src/fl/ui/number_field.h:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80
81 void onChanged(function<void(UINumberField &)> callback) FL_NOEXCEPT {
82 mCallbacks.add(callback);
83 mListener.addToEngineEventsOnce();
84 }
85 void clearCallbacks() FL_NOEXCEPT { mCallbacks.clear(); }
86
87 protected:

Callers

nothing calls this directly

Calls 2

addMethod · 0.45
addToEngineEventsOnceMethod · 0.45

Tested by

no test coverage detected