We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822ae09 commit a9ac7acCopy full SHA for a9ac7ac
3 files changed
client/src/touch/index.js
@@ -11,7 +11,7 @@ class PointerEvents {
11
this.$element = $(".fullscreen");
12
this.gestures = new Gestures(this.$element)
13
.on("scroll", (scrollDirection) => {
14
- socket.emit("mouseScroll", 0.5, scrollDirection);
+ socket.emit("mouseScroll", 1, scrollDirection);
15
hint.setText("Scrolling " + scrollDirection + "...");
16
})
17
.on("scrolled", () => {
0 commit comments