MCPcopy Create free account
hub / github.com/FastLED/FastLED / clicked

Method clicked

src/fl/ui/button.h:54–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 return false;
53 }
54 bool clicked() const FL_NOEXCEPT {
55 if (mImpl.clicked()) {
56 return true;
57 }
58 if (mButtonInput) {
59 return mButtonInput->clicked();
60 }
61 return false;
62 }
63 int clickedCount() const FL_NOEXCEPT;
64 operator bool() const FL_NOEXCEPT { return clicked(); }
65 bool value() const FL_NOEXCEPT { return clicked(); }

Callers 7

onClickedMethod · 0.45
onBeginFrameMethod · 0.45
onBeginFrameMethod · 0.45
loopFunction · 0.45
loopFunction · 0.45
loopFunction · 0.45
UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected