Skip to content

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

License

Notifications You must be signed in to change notification settings

planetary/libuiohook

 
 

Repository files navigation

libuiohook

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

Compiling

Prerequisites:

  • autotools
  • pkg-config
  • libtool
  • gcc, clang or msys2/mingw32
./bootstrap.sh
./configure
make && make install

Note for windows compilation

When using msys2/cygwin make sure to install dos2unix and convert the line endings in configure.ac and configure before running the above.

Usage

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 90.2%
  • M4 6.0%
  • C++ 1.2%
  • Python 0.9%
  • Makefile 0.8%
  • TypeScript 0.7%
  • Other 0.2%