MouseKeyboardActivityMonitor 4.0.5043.22976
See the version list below for details.
dotnet add package MouseKeyboardActivityMonitor --version 4.0.5043.22976
NuGet\Install-Package MouseKeyboardActivityMonitor -Version 4.0.5043.22976
<PackageReference Include="MouseKeyboardActivityMonitor" Version="4.0.5043.22976" />
<PackageVersion Include="MouseKeyboardActivityMonitor" Version="4.0.5043.22976" />
<PackageReference Include="MouseKeyboardActivityMonitor" />
paket add MouseKeyboardActivityMonitor --version 4.0.5043.22976
#r "nuget: MouseKeyboardActivityMonitor, 4.0.5043.22976"
#:package MouseKeyboardActivityMonitor@4.0.5043.22976
#addin nuget:?package=MouseKeyboardActivityMonitor&version=4.0.5043.22976
#tool nuget:?package=MouseKeyboardActivityMonitor&version=4.0.5043.22976
This library attaches to windows global hooks, tracks keyboard and mouse clicks and movement and raises common .NET events with KeyEventArgs and MouseEventArgs, so you can easily retrieve any information you need:
* Mouse coordinates
* Mouse buttons clicked
* Mouse wheel scrolls
* Key presses and releases
* Special key states
Additionally, there are MouseEventExtArgs and KeyEventExtArgs which provide further options:
* Input suppression
* Timestamp
* IsMouseDown/Up
* IsKeyDown/Up.
For more documentations, please check the project homepage.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on MouseKeyboardActivityMonitor:
| Repository | Stars |
|---|---|
|
OptiKey/OptiKey
OptiKey - Full computer control and speech with your eyes
|
|
|
microsoft/workbooks
Workbooks is an interactive programming environment that’s perfect for experimentation, learning, and documentation: an educational tool for learning the myriad of .NET platforms, APIs, and libraries.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.5150.10665 | 2,267 | 2/6/2014 |
| 4.0.5043.22976 | 107 | 10/22/2013 |
| 3.1.5042.27935 | 76 | 10/21/2013 |
| 3.0.1.14608 | 80 | 10/21/2013 |
This is my personal redistribution of changeset 26722 (proposed V4 Release alpha)
What's New:
Added Hotkey function;
Improved multi-thread safety, fixed memory leak.
Not yet intensively tested, so use at your own risk.