libuiohook

一个多平台 C 库,用于提供来自 userland 的全局键盘和鼠标挂钩。「A multi-platform C library to provide global keyboard and mouse hooks from userland.」

Github stars Tracking Chart

libuiohook

一个多平台 C 库,用于提供来自 userland 的全局键盘和鼠标挂钩。

编译

先决条件:

  • autotools
  • pkg-config
  • 的libtool
  • gcc,clang 或 msys2/mingw32
./bootstrap.sh
./configure
make && make install

Windows 编译注意事项

使用 msys2/cygwin 时,请确保安装 dos2unix 并在 configure.ac 中转换行尾并进行配置,然后再运行上述命令。

用法

(The first version translated by vz on 2020.07.19)

Main metrics

Overview
Name With Ownerkwhat/libuiohook
Primary LanguageC
Program languageC (Language Count: 2)
PlatformLinux, Mac, Windows
License:Other
所有者活动
Created At2013-09-28 02:49:54
Pushed At2024-07-13 10:46:57
Last Commit At2017-10-24 12:55:21
Release Count8
Last Release Name1.2.2 (Posted on )
First Release Name1.0.0 (Posted on 2016-01-24 15:49:05)
用户参与
Stargazers Count545
Watchers Count15
Fork Count125
Commits Count626
Has Issues Enabled
Issues Count105
Issue Open Count27
Pull Requests Count77
Pull Requests Open Count11
Pull Requests Close Count9
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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

Note for windows compilation

When using msys2/cygwin make sure to install dos2unix and convert the line endings in configure.ac and configure
before running the above.
You can point cmake and let it generate files for Visual Studio.

Usage