| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-16 | input_interpreter: Add method to check for a button press state | Morph | |
| This allows to check for continuous input for the duration of a button press/hold | |||
| 2020-12-18 | frontend/input_interpreter: Add InputInterpreter API | Morph | |
| The InputInterpreter class interfaces with HID to retrieve button press states. Input is intended to be polled every 50ms so that a button is considered to be held down after 400ms has elapsed since the initial button press and subsequent repeated presses occur every 50ms. Co-authored-by: Chloe <25727384+ogniK5377@users.noreply.github.com> | |||
