All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.libuiohook.README.md Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
libuiohook
==========

A multi-platform C library to provide global input/ouput hooking from userland.

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

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

## Useage
* [Hook Demo](https://github.com/kwhat/libuiohook/blob/master/src/demo_hook.c)
* [Async Hook Demo](https://github.com/kwhat/libuiohook/blob/master/src/demo_hook_async.c)
* [Event Post Demo](https://github.com/kwhat/libuiohook/blob/master/src/demo_post.c)
* [Properties Demo](https://github.com/kwhat/libuiohook/blob/master/src/demo_properties.c)
* [Public Interface](https://github.com/kwhat/libuiohook/blob/master/include/uiohook.h)
* Please see the man pages for function documentation.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy