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

Method wasPressed

src/MappedInputManager.cpp:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77bool MappedInputManager::wasPressed(const Button button) const { return mapButton(button, &HalGPIO::wasPressed); }
78
79bool MappedInputManager::wasReleased(const Button button) const { return mapButton(button, &HalGPIO::wasReleased); }
80

Callers 15

getPressedFrontButtonMethod · 0.45
loopMethod · 0.45
loopMethod · 0.45
loopMethod · 0.45
loopMethod · 0.45
detectPageTurnFunction · 0.45
loopMethod · 0.45
loopMethod · 0.45
loopMethod · 0.45
loopMethod · 0.45
loopMethod · 0.45
loopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected