justinstenning / Direct3DHook

DirectX Capture and Overlays by using Direct3D API hooks
http://spazzarama.com/2011/03/14/c-screen-capture-and-overlays-for-direct3d-9-10-and-11-using-api-hooks
MIT License
582 stars 176 forks source link

Will you Implement Keyboard and Mouse Hook? #57

Closed stevendevit closed 7 years ago

stevendevit commented 7 years ago

Hi! Would you do it? It would be very useful.

justinstenning commented 7 years ago

No I won't be adding this to the project. You will find plenty about this already on the net. There are even NuGet packages for global keyboard/mouse hooks - e.g. MouseKeyboardActivityMonitor (I haven't personally used that but you get the idea).