FastLED
3.9.15
Loading...
Searching...
No Matches
◆
getOption()
fl::string
fl::UIDropdownImpl::getOption
(
fl::size
index
)
const
inline
Definition at line
91
of file
dropdown.h
.
91
{
92
if
(index <
mOptions
.size()) {
93
return
mOptions
[index];
94
}
95
return
fl::string(
"Invalid"
);
96
}
fl::UIDropdownImpl::mOptions
fl::vector< fl::string > mOptions
Definition
dropdown.h:113
References
mOptions
.
fl
UIDropdownImpl
Generated on Tue Jun 16 2026 00:07:07 for FastLED by
1.13.2