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

◆ clicked()

bool fl::UIButton::clicked ( ) const
inline

Definition at line 54 of file button.h.

54 {
55 if (mImpl.clicked()) {
56 return true;
57 }
58 if (mButtonInput) {
59 return mButtonInput->clicked();
60 }
61 return false;
62 }
fl::shared_ptr< IButtonInput > mButtonInput
Definition button.h:157
UIButtonImpl mImpl
Definition button.h:124

References FL_NOEXCEPT, mButtonInput, and mImpl.

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

+ Here is the caller graph for this function: