Shows the method used to reliably send keystrokes to DirectX applications externally.
Whenever you try to send keys to applications which use DirectX via another process(externally), you will find that its very unreliable or outright fails. This project shows a method you can use to get around that.
- SendInput
- MapVirtualKeyW
- CasualGamer's YouTube Channel - The method i used here i learned from him and a commenter on his channel, King Gore.