MouseKeyboardActivityMonitor 4.0.5150.10665

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
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 40,436 2/6/2014
4.0.5043.22976 5,092 10/22/2013
3.1.5042.27935 1,514 10/21/2013
3.0.1.14608 1,521 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.