I would like to detect mouse events like left button click, right button click etc in win32. Is it possible to detect these events anywhere on the screen, not just over the window?
From my search i found setCapture() function but it requires a handle to the window, and i do not want to use a window.
Thank you.