Simulate input in a UWP application

Can I model keyboard and mouse input in UWP applications?

If this is how?

I found solutions only for Windows Forms.

+4
source share
1 answer

Take a look at the classes in the Windows.UI.Input.Preview.Injection namespace for this:

https://docs.microsoft.com/en-us/uwp/api/windows.ui.input.preview.injection

Thanks Stefan Wick - a platform for Windows developers

+6
source

Source: https://habr.com/ru/post/1675459/


All Articles