I need to know how to simulate keyboard input for keys W
, S
, A
, D
.
I\'ve used SendKeys
with no avai
Windows Input Simulator makes this super easy.
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. Nuget package -> Install-Package InputSimulator
https://inputsimulator.codeplex.com/