0

I'm using Windows 10

I've just been playing with Direct3DHook, which is built on EasyHook, and it works great. I would like to be able to use this tool to hook a Direct3D application. I'd then like to route keyboard and mouse events to the hooked application.

How can I do this? I believe that I can use things like pInvoke to simulate the events and route them to another application, but can I not do this using the Direct3DHook/EasyHook?

pookie
  • 3,796
  • 6
  • 49
  • 105

1 Answers1

0

You can use "Windows Input Simulator"

Red Wei
  • 854
  • 6
  • 22