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

◆ clicked()

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

Definition at line 68 of file button.h.

68 {
69 // If we have a real button, check if it's pressed
70 return mClickedThisFrame;
71 }
bool mClickedThisFrame
Definition button.h:96

References mClickedThisFrame.