Q8.5 - Input: Alternative ways to simulate input
Edit
Category
Input
Edit
Question
Are there any alternative ways to simulate input?
Edit
Answer
Yes, you can use the SendInput method from User32.dll assembly to reproduce input from the keyboard and the mouse.
Note that this input will be considered "real" with regard to WPF; therefore, all limitations of the "simulation" method described here are void.
The drawback is that you then depend on Win32 for your applications.