I suppose it's about time I ASKED a question for a change.
I'm attempting to write a program that records the location of the mouse cursor every time it is clicked. Getting the location of the cursor at any given moment is simple. However, knowing WHEN to get that location is another matter entirely. In order to do what I'm attempting to do, I need to know every time the mouse is clicked, no matter what window or area of the screen it happens to be in at the time. Once I have that covered, I can handle the rest easily.
I thought a similar question had been asked in here once already, but as I can't find it again, I'm posing my variation now. Hopefully someone out there knows the answer and it will be immortalized here for all time. ^.=.^
- Sen