MouseKeyboardActivityMonitor 4.0.5150.10665

.NET Framework 2.0
dotnet add package MouseKeyboardActivityMonitor --version 4.0.5150.10665
NuGet\Install-Package MouseKeyboardActivityMonitor -Version 4.0.5150.10665
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MouseKeyboardActivityMonitor" Version="4.0.5150.10665" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MouseKeyboardActivityMonitor --version 4.0.5150.10665
#r "nuget: MouseKeyboardActivityMonitor, 4.0.5150.10665"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MouseKeyboardActivityMonitor as a Cake Addin
#addin nuget:?package=MouseKeyboardActivityMonitor&version=4.0.5150.10665

// Install MouseKeyboardActivityMonitor as a Cake Tool
#tool nuget:?package=MouseKeyboardActivityMonitor&version=4.0.5150.10665

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
.NET Framework net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

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 35,995 2/6/2014
4.0.5043.22976 4,909 10/22/2013
3.1.5042.27935 1,336 10/21/2013
3.0.1.14608 1,339 10/21/2013

This is my personal redistribution of changeset 28374 (proposed V4 Release alpha 2)

What's New:
Applied patch 11222, a quick click-move-click will no longer fire a fake double click event.