A multi-platform C library to provide global keyboard and mouse hooks from userland.
Prerequisites:
- autotools
- pkg-config
- libtool
- gcc, clang or msys2/mingw32
./bootstrap.sh
./configure
make && make install
When using msys2/cygwin make sure to install dos2unix and convert the line endings in configure.ac
and configure
before running the above.
- Hook Demo
- Async Hook Demo
- Event Post Demo
- Properties Demo
- Public Interface
- Please see the man pages for function documentation.