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

[#7] Move mouse cursor to position. #8

Closed emiln closed 9 years ago

emiln commented 9 years ago

This adds the ability to move the mouse cursor to a given position and changes the interaction with the event queue slightly. Adding an event is done by putting a vector like [:click] or [:move-to 100 200] on the publicly available channel in the cljck.io namespace. Whether this is how it's going to stay is an open question, but it works well for now.

This closes #7.