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 }
fl::shared_ptr< Button > mRealButton
Definition ui.h:223
UIButtonImpl mImpl
Definition ui.h:194

References mImpl, and mRealButton.

Referenced by onClicked(), operator bool(), and value().

+ Here is the caller graph for this function: