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

Method click

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

Source from the content-addressed store, hash-verified

26 int clickedCount() const { return 0; }
27 operator bool() const { return false; }
28 void click() {}
29 fl::string name() const { return mName; }
30
31 // Stub method for group setting (does nothing on non-WASM platforms)

Callers 3

UIButtonClass · 0.45
setupFunction · 0.45
setupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected