File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 11libuiohook
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.
You can’t perform that action at this time.
0 commit comments