noVNC/core
Samuel Mannehed 28b004fd70 Combine small mouse wheel events
The VNC protocol can't handle different deltas or speeds for a mouse
wheel event. When using a device that sends a lot of small mouse wheel
events, instead of fewer larger steps, the effect was that mouse wheel
scrolling was way to sensitive.
This patch looks at the delta of wheel events and doesn't send events
until the combined delta has passed a threshold. Single events that
doesn't pass the threshold get sent after a timeout in order to not
loose any events.

Fixes #577.
2017-09-17 18:23:57 +02:00
..
input Combine small mouse wheel events 2017-09-17 18:23:57 +02:00
util Avoid use of 'let' and 'const' 2017-06-02 15:41:37 +02:00
base64.js Refactor ES6 module structure/split up Util 2017-03-21 17:39:05 -04:00
des.js Uncomment ES6 module syntax 2017-02-26 16:30:37 -05:00
display.js Remove colour map support 2017-05-04 15:13:33 +02:00
inflator.js Refactor ES6 module structure/split up Util 2017-03-21 17:39:05 -04:00
rfb.js Split devices.js into keyboard.js and mouse.js 2017-09-17 18:23:57 +02:00
websock.js Refactor ES6 module structure/split up Util 2017-03-21 17:39:05 -04:00