MCPcopy 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
258bool 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