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

◆ isPressed()

bool fl::Button::isPressed ( )
inline

Definition at line 64 of file button.h.

64 {
65 return mButton.isPressed();
66 }
ButtonLowLevel mButton
Definition button.h:93

References mButton.