aboutsummaryrefslogtreecommitdiffhomepage
path: root/evdev.c
AgeCommit message (Collapse)AuthorFilesLines
2024-01-24evdev: access struct dirent via helper function applause_dirent_name() ↵Robin Haberkorn1-0/+7
instead directly from Lua * the structure is highly platform-dependant and might even differ between 32-bit and 64-bit systems * in particular this fixes EvdevStream on FreeBSD
2024-01-12minor FreeBSD compatibility fixes and documentationRobin Haberkorn1-2/+2
2023-09-05Added HID support via EvdevRobin Haberkorn1-0/+133
* This works for relative, absolute and keyboard devices * devices can be grabbed, so they do not interfere with the rest of the system