Q8.1 - Input: Can input be sent programatically?
Edit
Category
Input
Edit
Question
Can input (from keyboard, mouse, etc.) be simulated programatically?
Edit
Answer
Yes and no.
Some input can be simulated pretty easilly, while other input is mostly impossible to reproduce.
See related links for more details on each specific case.
In more generic terms: Basic events can be simulated, but the complete input system is not reproducable through WPF calls.
Edit
Related Links
Input: Simulating basic keyboard events