P pokeman7452 macrumors newbie Original poster Sep 28, 2007 #1 Is there any way to move and click the mouse using code? Preferably Python?
K kainjow Moderator emeritus 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.