mouse events.
$ component install ui-component/mouse
if object is given onmousedown
, onmouseup
, onmousemove
will
be called.
bind all mouse events on el
.
unbind all mouse events on el
.
down
, emitted when the mouse is down.move
, emitted when the mouse is moved.up
, emitted when the mouse is up.
MIT