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

◆ UICheckbox()

fl::UICheckbox::UICheckbox ( const char * name,
bool value = false )
inline

Definition at line 110 of file ui.h.

110 : mValue(value) {
111 FASTLED_UNUSED(name);
112 }
bool mValue
Definition ui.h:127
#define FASTLED_UNUSED(x)
Definition unused.h:3

References FASTLED_UNUSED, and mValue.

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

+ Here is the caller graph for this function: