| 79 | bool MappedInputManager::wasReleased(const Button button) const { return mapButton(button, &HalGPIO::wasReleased); } |
| 80 | |
| 81 | bool MappedInputManager::isPressed(const Button button) const { return mapButton(button, &HalGPIO::isPressed); } |
| 82 | |
| 83 | bool MappedInputManager::wasAnyPressed() const { return gpio.wasAnyPressed(); } |
| 84 |
no outgoing calls
no test coverage detected