noVNC/core/input
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
..
domkeytable.js Add missing semicolon 2017-05-13 01:56:35 +02:00
fixedkeys.js Use KeyboardEvent.key too look up keysyms 2017-05-04 12:13:48 +02:00
keyboard.js Split devices.js into keyboard.js and mouse.js 2017-09-17 18:23:57 +02:00
keysym.js Use KeyboardEvent.key too look up keysyms 2017-05-04 12:13:48 +02:00
keysymdef.js Simplify keysymdef.js 2017-03-24 11:31:38 +01:00
mouse.js Combine small mouse wheel events 2017-09-17 18:23:57 +02:00
util.js Handle iOS special keys 2017-06-21 14:02:24 +02:00
vkeys.js Use standard DOM identifiers for physical keys 2017-05-04 12:13:45 +02:00
xtscancodes.js Get XT scan code mappings from the keycodemapdb project 2017-05-31 16:20:24 +02:00