This is an extension to the globalmousekeyhook and InputSimulator library which allows you to tap keyboard and mouse,to detect and record their activity event when an application is inactive and runs in background.The Windows Input Simulator provides a simple .NET(C#) interface to simulate Keyboard or Mouse input using the Win32 SendInput method.一款类似于按键精灵的模拟键盘和鼠标操作的c#扩展类库.
Info
Version: | 1.0.6 |
Author(s): | loamen |
Last Update: | Friday, December 7, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/loamen/KeyMouseHook |
NuGet Url: | https://www.nuget.org/packages/KeyMouseHook |
Install
Install-Package KeyMouseHook
dotnet add package KeyMouseHook
paket add KeyMouseHook
KeyMouseHook Download (Unzip the "nupkg" after downloading)
Dependencies
- MouseKeyHook(>= 5.6.0)
Tags