0
kicks
Detecting mouse and keyboard input with .NET
Recently I built a small .NET application with WPF that needed to detect system-wide mouse and keyboard input. In order to do so I had to do some low-level hooks from .NET into Windows. In this post I discuss how I did them and offer some downloadable sample code.