Simulating mouse input programmatically in OS X
Posted
by Rob Lourens
on Stack Overflow
See other posts from Stack Overflow
or by Rob Lourens
Published on 2010-04-29T00:52:36Z
Indexed on
2010/04/29
0:57 UTC
Read the original article
Hit count: 383
Is it possible to simulate the actions of a mouse from a program in OS X? Specifically, the short version is that I'm trying to simulate a touchscreen using two webcams. So assuming I can get X,Y positions, can I send information to the OS as a mouse movement or click?
© Stack Overflow or respective owner