noVNC/core/input
Samuel Mannehed bb905bca84 Allow very small twodrag and pinch gestures
Before this commit, we strictly required the user to make a ~50 pixel
move in order to get these two gestures. We can get a more precise
experience if we allow very small gestures as well. This can be achieved
by making better use of our "_twoTouchTimeout".

Our two touch timeout handling was written to handle this well anyway.
We can distinguish between drag and pinch using the angle.
2024-11-22 17:07:46 +01:00
..
domkeytable.js chore: sync with W3C documentation 2020-12-22 10:50:23 +01:00
fixedkeys.js Change copyright header (#1138) 2018-10-09 12:15:35 +02:00
gesturehandler.js Allow very small twodrag and pinch gestures 2024-11-22 17:07:46 +01:00
keyboard.js Interrupt AltGr sequence detection on focus lost, fixes #1880 2024-08-01 01:31:47 +08:00
keysym.js Enforce object key spacing 2018-09-06 17:07:11 +02:00
keysymdef.js Use ES6 classes 2018-07-12 19:06:57 +02:00
util.js Handle broken Oculus browser keyboard events 2024-01-23 12:51:35 +01:00
vkeys.js Remove many small, obsolete, old browser hacks 2020-12-07 10:10:53 +01:00
xtscancodes.js Update keycode mappings to latest version 2020-11-16 13:44:27 +01:00