<BR>
Hi all<BR>
<BR>
<BR>
I need to get hold of the mouse position and also need to be able to change it. In windows I have used ctypes.windll.user32.getCursorPos() and ctypes.windll.user32.setCursorPos() with great success in my program but now I also need to make a Mac OS X version of the program. <BR>
<BR>
Does anyone know what the above libraries and functions are called in OS X? Any help is greatly appreciated. <BR>
<BR>
<BR>
<BR>
Niklas Ottosson<BR>