mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
Merge pull request #1124 from rafaelsaback/patch-2
Add mousemove to DOM_EVENTS
This commit is contained in:
commit
c0b710deab
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
export const EPUBJS_VERSION = "0.3";
|
export const EPUBJS_VERSION = "0.3";
|
||||||
|
|
||||||
// Dom events to listen for
|
// Dom events to listen for
|
||||||
export const DOM_EVENTS = ["keydown", "keyup", "keypressed", "mouseup", "mousedown", "click", "touchend", "touchstart", "touchmove"];
|
export const DOM_EVENTS = ["keydown", "keyup", "keypressed", "mouseup", "mousedown", "mousemove", "click", "touchend", "touchstart", "touchmove"];
|
||||||
|
|
||||||
export const EVENTS = {
|
export const EVENTS = {
|
||||||
BOOK : {
|
BOOK : {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue