I\'m trying to create a hook to monitor the current position of the mouse cursor. Nothing important, I just need to count some pixels during interface design and wanted to l
use:
[DllImport("kernel32.dll")] static extern uint GetCurrentThreadId();