FastLED
3.9.15
Loading...
Searching...
No Matches
◆
clicked()
bool fl::UIButton::clicked
(
)
const
inline
Definition at line
122
of file
ui.h
.
122
{
123
if
(Super::clicked()) {
124
return
true
;
125
}
126
if
(
mRealButton
) {
127
// If we have a real button, check if it was clicked
128
return
mRealButton
->isPressed();
129
}
130
return
false
;
131
}
UIButton::mRealButton
fl::scoped_ptr< Button > mRealButton
Definition
ui.h:187
UIButton
Generated on Mon Jun 16 2025 06:27:49 for FastLED by
1.13.2