Hi all
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.
Does anyone know what the above libraries and functions are called in OS X? Any help is greatly appreciated.
Niklas Ottosson
-- http://mail.python.org/mailman/listinfo/python-list