]> git.proxmox.com Git - mirror_novnc.git/commit - tests/test.rfb.js
Add touch gestures for mouse emulation
authorPierre Ossman <ossman@cendio.se>
Mon, 18 May 2020 13:17:06 +0000 (15:17 +0200)
committerSamuel Mannehed <samuel@cendio.se>
Fri, 12 Jun 2020 07:18:46 +0000 (09:18 +0200)
commit8be924c9d96324800ac38ea086e500ee71255d0d
treee2d5e1a4163214efdc0c6bb25ad796dbcc606ba7
parent440ec8a0b696640ce1276b0359ed573762dce245
Add touch gestures for mouse emulation

Add several single and multitouch gestures to simulate various mouse
actions that would otherwise be impossible to perform.

This replaces the old system where you could select which mouse button
a single touch would generate.
14 files changed:
app/images/mouse_left.svg [deleted file]
app/images/mouse_middle.svg [deleted file]
app/images/mouse_none.svg [deleted file]
app/images/mouse_right.svg [deleted file]
app/ui.js
core/input/gesturehandler.js [new file with mode: 0644]
core/input/mouse.js
core/rfb.js
core/util/element.js [new file with mode: 0644]
docs/API.md
tests/test.gesturehandler.js [new file with mode: 0644]
tests/test.mouse.js
tests/test.rfb.js
vnc.html