InputSimulator 1.0.4

dotnet add package InputSimulator --version 1.0.4
                    
NuGet\Install-Package InputSimulator -Version 1.0.4
                    
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="InputSimulator" Version="1.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="InputSimulator" Version="1.0.4" />
                    
Directory.Packages.props
<PackageReference Include="InputSimulator" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add InputSimulator --version 1.0.4
                    
#r "nuget: InputSimulator, 1.0.4"
                    
#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.
#addin nuget:?package=InputSimulator&version=1.0.4
                    
Install InputSimulator as a Cake Addin
#tool nuget:?package=InputSimulator&version=1.0.4
                    
Install InputSimulator as a Cake Tool

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.

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 (20)

Showing the top 20 popular GitHub repositories that depend on InputSimulator:

Repository Stars
Flow-Launcher/Flow.Launcher
:mag: Quick file search & app launcher for Windows with community-made plugins
nefarius/ScpToolkit
Windows Driver and XInput Wrapper for Sony DualShock 3/4 Controllers
stevencohn/OneMore
A OneNote add-in with simple, yet powerful and useful features
Andrewthe13th/Inventory_Kamera
Scans Genshin Impact characters, artifacts, and weapons from the game window into a JSON file.
KeyPuncher/WiinUPro
2gis/Winium.Desktop
Winium.Desktop is Selenium Remote WebDriver implementation for automated testing of Windows application based on WinFroms and WPF platforms.
CommunityToolkit/Microsoft.Toolkit.Win32
ARCHIVE - This repository contained XAML Islands wrapper controls and tooling for XAML Islands with WinUI 2, see readme for more info about XAML Islands with WinUI 3 and the WindowsAppSDK.
x-nas/WinsockPacketEditor
WPE x64 is a Windows software that can intercept and modify WinSock packets, with adaptive support for 32-bit and 64 bit target programs WPE x64 是一款可以拦截并修改 WinSock 封包的 Windows 软件,自适应支持 32 位及 64 位的目标程序
BruceQiu1996/NPhoenix
Base on Lcu api,support many functions.Let's go by read readme.md
anoyetta/ACT.Hojoring
Advanced Combat Tracker の FFXIV向けプラグインです。トリガ、TTSの拡張、HUDの拡張など。
SimFeedback/SimFeedback-AC-Servo
SimFeedback AC Servo Version - Virtual Racing Motion Simulator
sabihoshi/GenshinLyreMidiPlayer
Genshin Impact Windsong Lyre, Floral Zither, & Vintage Lyre MIDI auto player in Modern Mica UI. Supports MIDI instruments & Playlist controls.
vvvv/vvvv-sdk
public sources of vvvv
JamesCJ60/Universal-x86-Tuning-Utility-Handheld
Unlock the full potential of your Intel/AMD based handheld.
DeadlyCrush/DeadlyTrade
DeadlyTrade for Path Of Exile - (Overhaul Version) Trade Notification, Functional Overlay, Flask&Skill Timer, Map&Region Information, Real-Time Ninja Currency, Act Helper when Leveling and other useful functions.
2gis/Winium.Cruciatus
C# Framework for automated testing of Windows application based on WinFroms and WPF platforms.
apetrovskiy/STUPS
This is a store for the whole suite's source code
DiabloRun/DiabloInterface
Diablo 2 Interface for Streamers/Speedrunners
Kade-github/FNFBot
A FridayNightFunkin bot that plays charts without hooking into the game.
kwizatz88/GsyncSwitch
Simple and light Windows App to switch G-Sync, HDR on/off, Vsync, Frame limiter, resolutions/frequencies, monitors with one click in taskbar
Version Downloads Last updated
1.0.4 7,347 12/12/2013

This version introduces more comprehensive Unicode tests and support for Mouse Simulation.