Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andrewreeman/SpectralSuite
/ shouldDebounce
Method
shouldDebounce
shared/components/ControlPointComponent.cpp:258–260 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
256
257
258
bool ControlPointComponent::shouldDebounce(const MouseEvent& e) {
259
return (e.eventTime.toMilliseconds() - lastMouseClick.toMilliseconds()) < 300;
260
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected