mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-30 11:13:56 +00:00
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> |
||
|---|---|---|
| .. | ||
| applets | ||
| emu_window.cpp | ||
| emu_window.h | ||
| framebuffer_layout.cpp | ||
| framebuffer_layout.h | ||
| input.h | ||
| input_interpreter.cpp | ||
| input_interpreter.h | ||