Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-24 | evdev: access struct dirent via helper function applause_dirent_name() ↵ | Robin Haberkorn | 1 | -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-12 | minor FreeBSD compatibility fixes and documentation | Robin Haberkorn | 1 | -2/+2 | |
2023-09-05 | Added HID support via Evdev | Robin Haberkorn | 1 | -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 |