FastLED
3.9.15
Loading...
Searching...
No Matches
◆
onClicked()
int fl::UIButton::onClicked
(
function< void()>
callback
)
inline
Definition at line
146
of file
ui.h
.
146
{
147
int
id
=
mCallbacks
.add([callback](
UIButton
&btn) {
148
if
(btn.
clicked
()) {
149
callback();
150
}
151
});
152
mListener
.addToEngineEventsOnce();
153
return
id;
154
}
UIButton::mCallbacks
FunctionList< UIButton & > mCallbacks
Definition
ui.h:185
UIButton::clicked
bool clicked() const
Definition
ui.h:122
UIButton::mListener
Listener mListener
Definition
ui.h:186
UIButton::UIButton
UIButton(const char *name)
Definition
ui.h:109
UIButton
Generated on Mon Jun 16 2025 06:27:49 for FastLED by
1.13.2