FastLED
3.9.15
Loading...
Searching...
No Matches
◆
clicked()
bool fl::UIButton::clicked
(
)
const
inline
Definition at line
147
of file
ui.h
.
147
{
148
if
(
mImpl
.clicked()) {
149
return
true
;
150
}
151
if
(
mRealButton
) {
152
// If we have a real button, check if it was clicked
153
return
mRealButton
->isPressed();
154
}
155
return
false
;
156
}
UIButton::mRealButton
fl::shared_ptr< Button > mRealButton
Definition
ui.h:223
UIButton::mImpl
UIButtonImpl mImpl
Definition
ui.h:194
UIButton
Generated on Sat Sep 20 2025 20:42:21 for FastLED by
1.13.2