(drag el)Dragging occurs in between mousedown and mouseup events.
Dragging occurs in between `mousedown` and `mouseup` events.
(keyboard types)(keyboard types el)Create new (async.core) channel for keyboard events (keypress, keydown, keyup). Value are maps with keys - :code :char :type :alt :ctrl :meta :shift.
Create new (async.core) channel for keyboard events (keypress, keydown, keyup). Value are maps with keys - :code :char :type :alt :ctrl :meta :shift.
(mouse types)(mouse types el)Create new (async.core) channel for mouse events (click, dblclick, mousedown, mouseup, mousemove). Values are maps with keys :x :y :button :type :alt :ctrl :meta :shift.
Create new (async.core) channel for mouse events (click, dblclick, mousedown, mouseup, mousemove). Values are maps with keys :x :y :button :type :alt :ctrl :meta :shift.
(wheel)(wheel el)Mouse wheel events. Returns a channel with values -1 or 1 depending on the wheel movement direction.
Mouse wheel events. Returns a channel with values -1 or 1 depending on the wheel movement direction.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |