Public Vars

Back

with-key-down (clj)

(source)

macro

(with-key-down input key & body)
Returns `input` source piped through `key` down, then presumably a `body` of more actions then a `key` up action.

Examples