emiln / cljck

An OS-agnostic Clojure library for automating keyboard and mouse actions.
GNU General Public License v3.0
5 stars 0 forks source link

Add ability to click x times per second. #2

Closed emiln closed 9 years ago

emiln commented 9 years ago

I created a new namespace to keep track of various timing-specific functions. The function timed-clicking starts clicking a given number of times per second with the given mouse button and never stops.

This closes #1.