mouseevent - Simulate random position mouse events in Cocoa -


I want to create a very rough app that simulates mouse clicks of every tenth second on random places on the entire screen. Will do I was thinking of making it in Cocoa / Objective-C. Can someone tell me in the direction of research?

To do something every 1 / 10th of each other, you need one.

To simulate a mouse click, you need to combine it with it.

To generate a random number, you


Comments