Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ removeOnClick
Method
removeOnClick
src/fl/sensors/button.h:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
58
int onClick(fl::function<void()> callback);
59
void removeOnClick(int id) {
60
mOnClickCallbacks.remove(id);
61
}
62
63
void setStrategy(ButtonStrategy strategy) {
64
mButton.setStrategy(strategy);
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected