]> git.proxmox.com Git - mirror_novnc.git/commit
Properly limit mouse moves to once every 17 ms
authorSamuel Mannehed <samuel@cendio.se>
Sat, 9 May 2020 18:03:06 +0000 (20:03 +0200)
committerSamuel Mannehed <samuel@cendio.se>
Sat, 30 May 2020 22:53:15 +0000 (00:53 +0200)
commit150596be839d35c787a5ec642f705a7b6f1acf4b
tree870b36b36976633c9f383e4e6a6ca6ad2f53be29
parent11a22dbf0c3a44963ae95ab3aba876dd8db54e6b
Properly limit mouse moves to once every 17 ms

Previous attempt in c958269 had a number of issues, this is a full
rewrite, complete with improved unit tests.

Fixes github issue #1402
core/input/mouse.js
core/rfb.js
tests/test.mouse.js
tests/test.rfb.js