I'm working in C# and would like to get all the mouse events. What is the best why to do so. I tried:
SetWindowsHookEx(WH_MOUSE_LL, proc,
GetModuleHandle(curModule.ModuleName), 0);
I couldn't make it to work and it's limited to a single module, and I would like to get all the mouse events.