libevdev

Wrapper library for Linux evdev input device handling

brewmacoslinux
Try with needOr install directly
Source

About

Wrapper library for evdev devices

Commands

libevdev

Examples

Check if libevdev is installed and view library information$ pkg-config --modversion libevdev
Compile a C program using libevdev library$ gcc -o myprogram myprogram.c $(pkg-config --cflags --libs libevdev)
Display libevdev library path and compiler flags$ pkg-config --cflags --libs libevdev