MouseKeyboardActivityMonitor 3.1.5042.27935

.NET Framework 2.0
There is a newer version of this package available.
See the version list below for details.
dotnet add package MouseKeyboardActivityMonitor --version 3.1.5042.27935
NuGet\Install-Package MouseKeyboardActivityMonitor -Version 3.1.5042.27935
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="3.1.5042.27935" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MouseKeyboardActivityMonitor --version 3.1.5042.27935
#r "nuget: MouseKeyboardActivityMonitor, 3.1.5042.27935"
#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=3.1.5042.27935

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

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.

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,922 2/6/2014
4.0.5043.22976 4,908 10/22/2013
3.1.5042.27935 1,335 10/21/2013
3.0.1.14608 1,338 10/21/2013

This is my personal redistribution of V3 Community Release of MouseKeyboardActivityMonitor.

     The original developers are:
     gmamaladze
     Cel654321
     cocode
     danzar101
     nhr
     Tomboy

     with minor tweak from myself in order to be compatible with NuGet

Note:
Nothing changed from previous version 3.0, except some grammar fix.
Version name changed to Microsoft's "<major version>.<minor version>.<build number>.<revision>" pattern (https://msdn.microsoft.com/en-us/library/system.reflection.assemblyversionattribute.aspx)