libsuinput
libsuinput copied to clipboard
Thin userspace library on top of Linux uinput kernel module.
Trying to compile ./examples failed for me because the "-lsuinput" flag was right in the middle. I fixed the Makefile.
Further to discussion here: https://github.com/tuomasjjrasanen/python-uinput/issues/6#issuecomment-249155296, we have noticed that attempting to use `suinput_create`, and then immediately `suinput_emit` will not work, likely because `suinput_create` isn't blocking until it's ready. It returns...
I had to run first sudo apt-get install autoconf sh autogen.sh before ./configure and the subsequent commands would work.
This works fine for an out-of-tree build. Otherwise, it is incomplete.