Hi,
I need a method for recording the coordinates of a mouse click using Perl/Tk.
Basically I would like a background process which runs and records mouse events whilst testing a GUI application. I would then like to use these results to generate events which could be 'played back', automating...