aboutsummaryrefslogtreecommitdiffhomepage
path: root/evdev.h
AgeCommit message (Collapse)AuthorFilesLines
2024-01-24evdev: access struct dirent via helper function applause_dirent_name() ↵Robin Haberkorn1-0/+1
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
2023-09-05Added HID support via EvdevRobin Haberkorn1-0/+14
* This works for relative, absolute and keyboard devices * devices can be grabbed, so they do not interfere with the rest of the system