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

[#25] Add branching and a predicate. #26

Closed emiln closed 9 years ago

emiln commented 9 years ago

There's now the [:if cond then else] and [:when cond body] flows for branching based on a condition. There's currently just one condition: [:pointer-near x y distance].

This closes #25.