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

Method onNext

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

Source from the content-addressed store, hash-verified

3const MappedInputManager* ButtonNavigator::mappedInput = nullptr;
4
5void ButtonNavigator::onNext(const Callback& callback) {
6 onNextPress(callback);
7 onNextContinuous(callback);
8}
9
10void ButtonNavigator::onPrevious(const Callback& callback) {
11 onPreviousPress(callback);

Callers 8

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