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

◆ setSelectedIndex()

void fl::UIDropdown::setSelectedIndex ( int index)
inline

Definition at line 452 of file ui.h.

452 {
453 mImpl.setSelectedIndex(index);
454 }
UIDropdownImpl mImpl
Definition ui.h:494

References mImpl.

Referenced by nextOption(), and operator=().

+ Here is the caller graph for this function: