Well, specifically, I just want to trap each MouseUp and MouseDown event, for all objects that exist on the page.
This is possible? Where would you start, captureEvents?
Ultimately, I would want to be able to record when and where a user clicks/releases the mouse, the timestamps, and whether...