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

Method onPreviousContinuous

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

Source from the content-addressed store, hash-verified

28void ButtonNavigator::onNextContinuous(const Callback& callback) { onContinuous(getNextButtons(), callback); }
29
30void ButtonNavigator::onPreviousContinuous(const Callback& callback) { onContinuous(getPreviousButtons(), callback); }
31
32void ButtonNavigator::onPress(const Buttons& buttons, const Callback& callback) {
33 const bool wasPressed = std::any_of(buttons.begin(), buttons.end(), [](const MappedInputManager::Button button) {

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