For an upcoming project, I need to make a mouse repeater for a Raspberry Pi, but I also need to be able to modify the signal. I need to be able to send certain button clicks from a script. Any suggestions?
Asked
Active
Viewed 97 times
/dev/uinput: https://www.kernel.org/doc/html/v4.12/input/uinput.html You can monitor an actual mouse viaevdev: https://en.wikipedia.org/wiki/Evdev – goldilocks Jun 10 '19 at 16:30