Search notes:

/dev/input

Files I've encountered under /dev/input or might be present include
event0event16 Event queues.
mice Unified mouse
mouse0mouse2
jsN Joysticks
In addition there were also two directories: by-id and by-path.
Some (all?) of the file names found in /dev/input are also present under /sys/class/input.

Capturing mouse movements

/dev/input/mouse3 (why mouse3?) emits data when the mouse is moved:
sudo cat /dev/input/mouse3

TODO

sudo gpm -m /dev/input/mice -t help
mev is a program to report mouse events:
mev

See also

Files under /dev/input belong the group input.
Linux kernel: input
The parent directory /dev

Links

libevdev claims to be the read(2) on steroids for /dev/input/eventX devices.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Linux/fh...', 1758207718, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/fhs/dev/input/index(75): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78