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

◆ getInstance()

EngineEvents * EngineEvents::getInstance ( )
staticprivate

Definition at line 29 of file engine_events.cpp.

29 {
30 #if FASTLED_HAS_ENGINE_EVENTS
32 #else
33 return nullptr; // strip out when engine events are disabled.
34 #endif
35}
static T & instance()
Definition singleton.h:11

References EngineEvents(), and fl::Singleton< T, N >::instance().

Referenced by fl::EngineEvents::Listener::~Listener(), addListener(), hasListener(), onBeginFrame(), onCanvasUiSet(), onEndFrame(), onEndShowLeds(), onPlatformPreLoop(), onStripAdded(), and removeListener().

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