Send a keystroke to a DirectX application w/o activating it

Posted by BlaXpirit on Stack Overflow See other posts from Stack Overflow or by BlaXpirit
Published on 2010-06-09T20:26:23Z Indexed on 2010/06/09 21:12 UTC
Read the original article Hit count: 237

Filed under:
|
|

Is there any way to send a key press to a DirectX application using Windows API without activating its window?
I know there is a solution for simple applications, but DirectX handles this quite different...

The solution is preferred in C++, and libraries are OK.

Thanks!

© Stack Overflow or respective owner

Related posts about c++

Related posts about Windows