Skip to content

Commit 3fe7c30

Browse files
committed
Update README.md
1 parent 7e9416e commit 3fe7c30

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
libuiohook
22
==========
33

4-
A C library to provide global keyboard and mouse hooks.
4+
A multi-platform C library to provide global input/ouput hooking from userland.
5+
6+
## Compiling
7+
Prerequisits: pkg-config, libtool, gcc/clang
8+
9+
./bootstrap.sh
10+
./configure
11+
make && make install
12+
13+
## Useage
14+
* [Hook Demo](https://github.com/kwhat/libuiohook/blob/master/src/demo_hook.c)
15+
* [Async Hook Demo](https://github.com/kwhat/libuiohook/blob/master/src/demo_hook_async.c)
16+
* [Event Post Demo](https://github.com/kwhat/libuiohook/blob/master/src/demo_post.c)
17+
* [Event Post Demo](https://github.com/kwhat/libuiohook/blob/master/src/demo_post.c)
18+
* [Properties Demo](https://github.com/kwhat/libuiohook/blob/master/src/demo_properties.c)
19+
* Please see the man pages for function documentation.

0 commit comments

Comments
 (0)