by "Peter Olcott" <NoSpam@[EMAIL PROTECTED]
>
Oct 28, 2006 at 09:43 PM
"Jens Ayton" <RWSMSGZIARJZ@[EMAIL PROTECTED]
> wrote in message
news:ihS0h.21109$E02.8666@[EMAIL PROTECTED]
> Peter Olcott:
>>
>> Sorry I was too concise for anyone to see what I was saying. I am
talking
>> about
>> simulating the actions of a human user with software. MS Windows has
several
>> OS
>> functions for this purpose. mouse_event(), keybd_event(), and
SendInput(). I
>> want to know whether or not Mac OS has this same sort of feature, and
what
>> the
>> feature would be called.
>
> CGEventCreateMouseEvent()
> CGEventCreateKeyboardEvent()
> CGEventPost()
> CGEventPostToPSN()
>
>
> --
> Jens Ayton
That is exactly what I needed, thanks.