T
TuanNinh
Guest
I am trying to send keyboard inputs, similar to what sendkeys does in C++
From Simulate user input through input injection - UWP applications, I can see C# code like this:
_inputInjector = InputInjector.TryCreate();
How can I do this in straight C++ instead of C#?
Continue reading...
From Simulate user input through input injection - UWP applications, I can see C# code like this:
_inputInjector = InputInjector.TryCreate();
How can I do this in straight C++ instead of C#?
Continue reading...