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

Method onNextRelease

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

Source from the content-addressed store, hash-verified

22void ButtonNavigator::onPreviousPress(const Callback& callback) { onPress(getPreviousButtons(), callback); }
23
24void ButtonNavigator::onNextRelease(const Callback& callback) { onRelease(getNextButtons(), callback); }
25
26void ButtonNavigator::onPreviousRelease(const Callback& callback) { onRelease(getPreviousButtons(), callback); }
27

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