| 18 | MappedInputManager(HalGPIO& gpio, const GfxRenderer& renderer) : gpio(gpio), renderer(renderer) {} |
| 19 | |
| 20 | void update() const { gpio.update(); } |
| 21 | bool wasPressed(Button button) const; |
| 22 | bool wasReleased(Button button) const; |
| 23 | bool isPressed(Button button) const; |
no outgoing calls
no test coverage detected