Files
2026-05-03 10:24:54 -06:00

288 B

touch

Simple touch input reader for Linux evdev devices.

By default it reads /dev/input/event0 and prints touch-related events in an evtest-style format:

sudo cargo run

To read another input device, pass the device path:

sudo cargo run -- /dev/input/event1