vinput icon indicating copy to clipboard operation
vinput copied to clipboard

"Invalid input format: x,y,wheel,buttons"

Open zoe9216 opened this issue 2 years ago • 1 comments

Trying the virtual mouse and quite confused how it should be simulated. I tried echo "115" "116" "150" "110" | sudo tee /dev/vinput0 and echo -e '\110' | sudo tee /dev/vinput0 but get invalid argument on terminal and in dmesg | tail I get Invalid input format: x,y,wheel,buttons which from the code I gathered is shown when sscanf doesn't return four variables.

How do I use it?

zoe9216 avatar Nov 16 '22 03:11 zoe9216

Alternatively, you can try this: https://github.com/thegoldgoat/toccami_driver

jserv avatar Feb 08 '23 10:02 jserv