Info
Version: | 1.0.5 |
Author(s): | Michael Noonan, Christiaan Wevers |
Last Update: | Sunday, July 7, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://archive.codeplex.com/?p=inputsimulator |
NuGet Url: | https://www.nuget.org/packages/InputSimulatorCore |
Install
Install-Package InputSimulatorCore
dotnet add package InputSimulatorCore
paket add InputSimulatorCore
InputSimulatorCore Download (Unzip the "nupkg" after downloading)
Originally a .net framework project, the source code has been updated to be used as a .net core project by Christiaan Wevers
The Windows Input Simulator provides a simple .NET (C#) interface to simulate Keyboard or Mouse input using the Win32 SendInput method. All of the Interop is done for you and there's a simple programming model for sending multiple keystrokes.