Skip to content

InspectorWidget/libuiohook

 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.0%
  • M4 5.7%
  • CMake 2.5%
  • Other 0.8%