MouseKeyboardActivityMonitor 3.1.5042.27935

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 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.

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,266 2/6/2014
4.0.5043.22976 105 10/22/2013
3.1.5042.27935 75 10/21/2013
3.0.1.14608 79 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)