EditCategory
Input
EditQuestion
Can input (from keyboard, mouse, etc.) be simulated programatically?
EditAnswer
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.
EditRelated Links
Input: Simulating basic keyboard events