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

◆ isPressed()

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

Definition at line 45 of file button.h.

45 {
46 if (mImpl.isPressed()) {
47 return true;
48 }
49 if (mButtonInput) {
50 return mButtonInput->isPressed();
51 }
52 return false;
53 }
fl::shared_ptr< IButtonInput > mButtonInput
Definition button.h:157
UIButtonImpl mImpl
Definition button.h:124

References FL_NOEXCEPT, isPressed(), mButtonInput, and mImpl.

Referenced by isPressed(), LedRopeTCL::RawDrawPixel(), and setup().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: