| 75 | } |
| 76 | |
| 77 | bool MappedInputManager::wasPressed(const Button button) const { return mapButton(button, &HalGPIO::wasPressed); } |
| 78 | |
| 79 | bool MappedInputManager::wasReleased(const Button button) const { return mapButton(button, &HalGPIO::wasReleased); } |
| 80 |
no outgoing calls
no test coverage detected