Public Vars

Back

with-pointer-btn-down (clj)

(source)

macro

(with-pointer-btn-down input pointer-button & body)
Returns `input` source piped through `pointer-button` down action, then presumably a `body` of more actions then a pointer `pointer-button` up action. `pointer-button` should be, for example, [[etaoin.keys/mouse-left]]

Examples