button: button, | button: button, | ||||
delta: 0, | delta: 0, | ||||
action: "mouseup" | action: "mouseup" | ||||
} | } | ||||
this.__emitter.emit("mouseup", data); | |||||
if (diff <= MOUSECLICK_DELAY && this.__mouseButtons.length <= 0){ | if (diff <= MOUSECLICK_DELAY && this.__mouseButtons.length <= 0){ | ||||
this.__emitter.emit("mouseclick", data); | this.__emitter.emit("mouseclick", data); | ||||
} | } | ||||
this.__emitter.emit("mouseup", data); | |||||
} | } | ||||
} | } | ||||
return false; | return false; |