Is there any way to move and click the mouse using code? Preferably Python?
P pokeman7452 macrumors newbie Original poster Sep 28, 2007 2 0 Sep 28, 2007 #1 Is there any way to move and click the mouse using code? Preferably Python?
K kainjow Moderator emeritus Jun 15, 2000 7,958 7 Oct 4, 2007 #2 The CoreGraphics function CGDisplayMoveCursorToPoint will do it. I'm sure you can write a Python wrapper around that somehow.
The CoreGraphics function CGDisplayMoveCursorToPoint will do it. I'm sure you can write a Python wrapper around that somehow.