MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / onPreviousRelease

Method onPreviousRelease

src/util/ButtonNavigator.cpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24void ButtonNavigator::onNextRelease(const Callback& callback) { onRelease(getNextButtons(), callback); }
25
26void ButtonNavigator::onPreviousRelease(const Callback& callback) { onRelease(getPreviousButtons(), callback); }
27
28void ButtonNavigator::onNextContinuous(const Callback& callback) { onContinuous(getNextButtons(), callback); }
29

Callers 12

loopMethod · 0.80
loopMethod · 0.80
loopMethod · 0.80
loopMethod · 0.80
loopMethod · 0.80
loopMethod · 0.80
loopMethod · 0.80
loopMethod · 0.80
loopMethod · 0.80
loopMethod · 0.80
loopMethod · 0.80
loopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected