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

Method wasReleased

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

Source from the content-addressed store, hash-verified

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
81bool MappedInputManager::isPressed(const Button button) const { return mapButton(button, &HalGPIO::isPressed); }
82

Callers 15

loopFunction · 0.45
loopMethod · 0.45
loopMethod · 0.45
loopMethod · 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

Calls

no outgoing calls

Tested by

no test coverage detected