Info
Version: | 4.0.5150.10665 |
Author(s): | gmamaladze, aflyhorse, Cel654321, cocode, danzar101, nhr, Tomboy |
Last Update: | Thursday, February 6, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://globalmousekeyhook.codeplex.com/ |
NuGet Url: | https://www.nuget.org/packages/MouseKeyboardActivityMonitor |
Install
Install-Package MouseKeyboardActivityMonitor
dotnet add package MouseKeyboardActivityMonitor
paket add MouseKeyboardActivityMonitor
MouseKeyboardActivityMonitor Download (Unzip the "nupkg" after downloading)
* 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.