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

◆ Listener()

fl::UIDropdown::Listener::Listener ( UIDropdown * owner)
inline

Definition at line 497 of file ui.h.

497 : mOwner(owner) {
498 EngineEvents::addListener(this);
499 }
UIDropdown * mOwner
Definition ui.h:515