在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:kwhat/jnativehook开源软件地址:https://github.com/kwhat/jnativehook开源编程语言:Java 68.6%开源软件介绍:JNativeHook: Global keyboard and mouse listeners for Java.AboutJNativeHook is a library to provide global keyboard and mouse listeners for Java. This will allow you to listen for global shortcuts or mouse motion that would otherwise be impossible using pure Java. To accomplish this task, JNativeHook leverages platform-dependent native code through Java's native interface to create low-level system-wide hooks and deliver those events to your application. The following events are available via their respective listeners.
In addition to global event listeners, this library has the ability to post native events back to the native operating system. LicensingJNativeHook is covered under the GNU Lesser General Public License which is an extension of the GNU General Public License that grants you additional distribution rights. As I understand it, you may use this library in proprietary (closed source) projects so long as it remains an external library with the same binary interface. You may modify the source code of this library to fulfill any proprietary need, as long as those modifications are made available under the terms and conditions of the LGPL. Please consult with a licenced attorney if you have additional licence compatibility questions or concerns. DownloadBinary distribution for JNativeHook can be found at the
releases section of the
project page. Maven users can
use the Software and Hardware Requirements
DonateIf you have found this library useful, please consider making a donation. Documentation
Demo ApplicationThe graphical example application exists to provide a real-time demonstration of raw output for all available native events. To run the application simply execute the jar file provided. Source code available at src/main/java/com/github/kwhat/jnativehook/example/NativeHookDemo.java. Additional InformationUp-to-date source code and documentation available at: https://github.com/kwhat/jnativehook/ |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论