Skip to content
Advertisement

Tag: evdev

Reading and debouncing multiple controller keys with evdev

I have an 8bitdo NES controller that I have hooked up to a Raspberry Pi and am using it to interact with some various demos I’m working on. I’m trying to figure out a good way to grab multiple keypresses with evdev while debouncing so that a single keypress doesn’t trigger twice. I could set a flag and check the

Advertisement