noVNC/core
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
..
crypto Cleanup for the cryptographic algorithms that are not supported by SubtleCrypto 2023-01-20 05:54:00 -05:00
decoders Merge branch 'webcodec-h264' of https://github.com/any1/noVNC 2024-08-29 16:59:25 +02:00
input Allow very small twodrag and pinch gestures 2024-11-22 17:07:46 +01:00
util Add H.264 decoder 2024-08-18 14:06:25 +00:00
base64.js Standardize on camelCase in Base64 2020-05-31 23:37:29 +02:00
deflator.js Use proper argument to deflateInit() 2023-08-29 17:28:54 +02:00
display.js Add H.264 decoder 2024-08-18 14:06:25 +00:00
encodings.js Merge branch 'webcodec-h264' of https://github.com/any1/noVNC 2024-08-29 16:59:25 +02:00
inflator.js Remove unused argument to inflateInit() 2023-08-29 17:30:00 +02:00
ra2.js Add Websock send queue helpers 2023-06-04 22:32:43 +02:00
rfb.js Merge branch 'webcodec-h264' of https://github.com/any1/noVNC 2024-08-29 16:59:25 +02:00
websock.js Fix sQpushBytes sending the beginning of the array multiple times 2024-08-23 13:14:36 +02:00