PDA

View Full Version : Simple Mouse Events


sicarius
07-26-2002, 12:15 AM
What would be the easiest way to generate a simple mouse event in C on a Unix/Linux machine?

Strike
07-26-2002, 02:34 AM
Well, assuming you are using X, I'd say using whatever Xlib call is associated with it. I'd research Xlib programming if I were you.