Skip to content
forked from kwhat/libuiohook

A multi-platform C library to provide global input/ouput hooking from user land. This fork extends the NativeKeyEvent providing device input name.

License

Notifications You must be signed in to change notification settings

exaud/libuiohook

 
 

Repository files navigation

libuiohook

A multi-platform C library to provide global input/ouput hooking from userland. This custom fork developed by Exaud has extended NativeKeyEvent that also identifies the input device name.

Compiling

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

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

Usage

About

A multi-platform C library to provide global input/ouput hooking from user land. This fork extends the NativeKeyEvent providing device input name.

http://www.exaud.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 92.8%
  • M4 6.3%
  • Other 0.9%