FastLED 3.9.15
Loading...
Searching...
No Matches

◆ addToEngineEventsOnce()

void fl::Button::Listener::addToEngineEventsOnce ( )

Definition at line 88 of file button.cpp.

88 {
89 if (added) {
90 return;
91 }
92 EngineEvents::addListener(this, 1); // One high priority so that it runs before UI elements.
93 added = true;
94}
static void addListener(Listener *listener, int priority=0)

References added, and fl::EngineEvents::addListener().

Referenced by Listener().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: