Browse Source

Small modification on mouse event triggering.

dev-tmpl
Bryan Miller 6 years ago
parent
commit
a801b4f90a
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      app/js/ui/Input.js

+ 1
- 2
app/js/ui/Input.js View File

delta: 0, delta: 0,
action: "mousemove" action: "mousemove"
}; };
if (ename !== "" && ename !== "mousemove")
if (ename !== "")
this.__emitter.emit(ename, data); this.__emitter.emit(ename, data);
this.__emitter.emit("mousemove", data);
} }
return false; return false;
}).bind(this); }).bind(this);

Loading…
Cancel
Save