Skip to content
 
 

Repository files navigation

libuiohook

A multi-platform C library to provide global keyboard and mouse hooks from userland.

Compiling

Prerequisites: pkg-config, libtool, gcc, clang or msys2/mingw32

With autotools

Other prerequisites: autotools

./bootstrap.sh
./configure
make && make install

With CMake

Other prerequisites: cmake

From the desired build directory:

cmake /path/to/the/source/directory
make

Usage

About

A multi-platform C library to provide global input/ouput hooking from userland.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages