Skip to content

Files

Latest commit

d36e0b2 · May 11, 2017

History

History
19 lines (15 loc) · 757 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 757 Bytes

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

Usage