Re: Moving / clicking the mouse programmatically
Re: Moving / clicking the mouse programmatically
- Subject: Re: Moving / clicking the mouse programmatically
- From: Andreas Monitzer <email@hidden>
- Date: Tue, 11 Sep 2001 14:24:38 +0200
On Tuesday, September 11, 2001, at 12:34 , Ken Tabb wrote:
Hi,
is there any way to move the mouse's position and clicks programmatically
(onscreen, not on the desk, of course!) in Cocoa, so that you can move
the mouse's pointer across the screen (for example)?
From: Nicholas Riley <email@hidden> (today at Omnigroup's list)
---
Yes, through the CoreGraphics remote operation API
[...]. See CGRemoteOperation.h, and take a look at
the OS X VNC server, which is open-source. <
http://www.osxvnc.com/>.
---
And you should implement a click's sound whenever you simulate a click.
andy