quakeforge/libs/input/evdev
Bill Currie 12ecc81470 [input] Use non-blocking IO for reading events
evdev can send multiple event packets for a single "event", but QF was
reading them one per frame, thus the feeling of buffered input at lower
frame rates (because they were buffered in the kernel). This also takes
care of most of the jerky motion with my 3d mouse, though there is still
a weird snap every second or so when rotating and translating at the
same time.
2024-02-02 08:41:26 +09:00
..
hotplug.c [input] Start work on improved input system 2021-08-27 09:10:21 +09:00
inputlib.c [input] Use non-blocking IO for reading events 2024-02-02 08:41:26 +09:00