Description
C++ access to Linux event devices helps applications handle input hardware through a friendlier wrapper. It is useful for tools that need keyboard, mouse, touch, or controller events without using the lower-level evdev API directly.
This is a developer library, not a control panel. Applications using it may read input events, so they should respect permissions and avoid collecting more user activity than needed.