"Conrad Schneiker" <schneik / us.ibm.com> writes:

> Dat Nguyen wrote:
> 
> # I would like to write a program in Ruby running on an AIX to trace
> # and record the mouse's movements and actions, and to play back the
> # sequence (similar to the Visual Test of Rational Rose).
> # 
> # Please give me pointer.
> 
> OK, here is a pointer: "---->"      :-)
> 
> More seriously, make inquiries at comp.lang.tcl (Tcl/Tk) if all else 
> fails.

If you want to capture mouse events for all applications, then you'll
need to work at the X11 level. I've never used it, but Ruby has an X11
library in the RAA you may want to look at.


Dave