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

◆ getInstance()

EngineEvents * EngineEvents::getInstance ( )
staticprivate

Definition at line 25 of file engine_events.cpp.

25 {
26#if FASTLED_HAS_ENGINE_EVENTS
28#else
29 return nullptr; // strip out when engine events are disabled.
30#endif
31}
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: