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

Method onPressAndContinuous

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

Source from the content-addressed store, hash-verified

13}
14
15void ButtonNavigator::onPressAndContinuous(const Buttons& buttons, const Callback& callback) {
16 onPress(buttons, callback);
17 onContinuous(buttons, callback);
18}
19
20void ButtonNavigator::onNextPress(const Callback& callback) { onPress(getNextButtons(), callback); }
21

Callers 3

loopMethod · 0.80
loopMethod · 0.80
loopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected