A multi-platform C library to provide global keyboard and mouse hooks from userland.
Prerequisites: pkg-config, libtool, gcc, clang or msys2/mingw32
Other prerequisites: autotools
./bootstrap.sh
./configure
make && make install
Other prerequisites: cmake
From the desired build directory:
cmake /path/to/the/source/directory
make
- Hook Async Log App
- Properties Log App
- Hook Demo
- Async Hook Demo
- Event Post Demo
- Properties Demo
- Public Interface
- Please see the man pages for function documentation.